xulihua 5 anos atrás
pai
commit
57c2b3cebb
2 arquivos alterados com 9 adições e 1 exclusões
  1. 8 0
      pages/me/me.js
  2. 1 1
      pages/me/me.wxml

+ 8 - 0
pages/me/me.js

@@ -106,5 +106,13 @@ Page({
     wx.navigateTo({
       url: '../attention/attention',
     })
+  },
+  gotoAbout(){
+    wx.showToast({
+      title: '正在开发中',
+      icon:'loading',
+      duration:500
+    })
   }
+
 })

+ 1 - 1
pages/me/me.wxml

@@ -27,7 +27,7 @@
       </view> 
   </view>
   <view class="mineButton">
-      <view class="mine">
+      <view class="mine" bindtap="gotoAbout">
         <text class="mineText">关于我们</text>
         <text class="mineRight">></text>
         </view>