Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
21c10eaacf
1 changed files with 3 additions and 0 deletions
  1. 3
      pages/index/index.js

3
pages/index/index.js

@ -283,6 +283,9 @@ Page({
}
},
onImageClick: function () {
if(!this.data.landInfo){
return
}
if(this.data.landInfo.otherType == 10){
// 进行会员领取的操作
util.navigateTo('/pages/login/index')

Loading…
Cancel
Save