diff --git a/pages/html/banner/index.js b/pages/html/banner/index.js index 6457e88..c5ad272 100644 --- a/pages/html/banner/index.js +++ b/pages/html/banner/index.js @@ -37,6 +37,8 @@ Page({ wx.navigateBack() }, onClick: function(){ - wx.redirectTo({ url: '/pages/goods/ablility/index' }) + if(this.data.src == 'http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/21010821460147259.png'){ + wx.redirectTo({ url: '/pages/goods/ablility/index' }) + } } }) \ No newline at end of file