瀏覽代碼

style:推广页面按钮提示词

xyh8905170 2 年之前
父節點
當前提交
f4f4e23c4b
共有 1 個文件被更改,包括 14 次插入5 次删除
  1. 14 5
      myPages/promotionCenter/index.vue

+ 14 - 5
myPages/promotionCenter/index.vue

@@ -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
+          })
+
         }
     }
 }