Commit 17091d48 by 高淑倩

支付状态跳plus

parent eb73c566
...@@ -46,6 +46,14 @@ wxService.page({ ...@@ -46,6 +46,14 @@ wxService.page({
}, },
toPlus() {
wxService.post(`/merchant/modelPage/mainSetting/page?brandId=${app.globalData.brandId}&isMain=3&type=2`).then(res => {
const { result, data } = res.data
if (result == 0){
wxService.router(`/subPackage/page/pages/subPage/subPage?pageId=${data.page.pageId}`)
}
})
},
goPayAgain() { goPayAgain() {
console.log('goPayAgain') console.log('goPayAgain')
}, },
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</view> </view>
<view class="tips-notice">vip 可尊享9大权益</view> <view class="tips-notice">vip 可尊享9大权益</view>
</view> </view>
<view class="vip-go-to">去开卡</view> <view class="vip-go-to" bindtap="toPlus">去开卡</view>
</view> </view>
<!--goHome--> <!--goHome-->
<go-home/> <go-home/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment