dev
xiaowen 3 years ago
parent 4c962c447b
commit 1a1d9de814

@ -92,5 +92,10 @@ Page({
data: data,
token: wx.getStorageSync('token') || 't%2BrswgjvzGM='
})
},
gotoInsight() {
wx.switchTab({
url: '/pages/insight/index?active=3',
})
}
})

@ -21,7 +21,7 @@
<van-switch size="20px" checked="{{ checked }}" bind:change="onChange1" />
</view>
</view>
<van-cell is-link>
<van-cell is-link bindtap="gotoInsight">
<view class="cs-vw" slot="title">
详情
</view>

Loading…
Cancel
Save