请教onReachBottom问题?
wxml非常简单:({{shuju}}其实就是123)
<view class="container">
<text>{{shuju}}</text>
</view>
js直接跳转可以吗?
onReachBottom: function () {
wx.redirectTo({
url: '../index/index',
})
},
wxml非常简单:({{shuju}}其实就是123)
<view class="container">
<text>{{shuju}}</text>
</view>
js直接跳转可以吗?
onReachBottom: function () {
wx.redirectTo({
url: '../index/index',
})
},