|
|
@@ -31,8 +31,8 @@
|
|
|
</view>
|
|
|
|
|
|
|
|
|
- <view class="btn" >
|
|
|
- <text>去提现(暂未开放)</text>
|
|
|
+ <view class="btn" @click="goStatisticalPanel">
|
|
|
+ <text>去提现</text>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
@@ -66,9 +66,18 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
goStatisticalPanel(){
|
|
|
- uni.navigateTo({
|
|
|
- url:'/myPages/statisticalPanel/index'
|
|
|
- })
|
|
|
+ // uni.navigateTo({
|
|
|
+ // url:'/myPages/statisticalPanel/index'
|
|
|
+ // })
|
|
|
+
|
|
|
+ uni.showToast({
|
|
|
+ title: '亲爱的娇宝贝,惊喜将在30天后开启,敬请期待哟!爱你哟',
|
|
|
+ //将值设置为 success 或者直接不用写icon这个参数
|
|
|
+ icon: 'none',
|
|
|
+ //显示持续时间为 2秒
|
|
|
+ duration: 2000
|
|
|
+ })
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|