@@ -106,5 +106,13 @@ Page({
wx.navigateTo({
url: '../attention/attention',
})
+ },
+ gotoAbout(){
+ wx.showToast({
+ title: '正在开发中',
+ icon:'loading',
+ duration:500
+ })
}
+
@@ -27,7 +27,7 @@
</view>
<view class="mineButton">
- <view class="mine">
+ <view class="mine" bindtap="gotoAbout">
<text class="mineText">关于我们</text>
<text class="mineRight">></text>