Browse Source

no message

featrue/v.4.0
xpz2018 5 years ago
parent
commit
1e941d6465
1 changed files with 3 additions and 1 deletions
  1. 4
      pages/html/banner/index.js

4
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 == ''){
wx.redirectTo({ url: '/pages/goods/ablility/index' })
}
}
})
Loading…
Cancel
Save