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