@@ -125,9 +125,9 @@ Page({
})
},
gotoPersonInfo: function (e) {
- wx.navigateTo({
- url: '../personinfo/personinfo',
- })
+ // wx.navigateTo({
+ // url: '../personinfo/personinfo',
+ // })
gotoOrder: function (e) {
wx.switchTab({
@@ -5,8 +5,8 @@
<view class="user-name f18 c-202020" bindtap = "gotoPersonInfo">
{{userInfo.nickName}}
<!-- <open-data type="userNickName"></open-data> -->
- <image class="next" src="../../images/icons/next.png" >
- </image>
+ <!-- <image class="next" src="../../images/icons/next.png" >
+ </image> -->
</view>
<view class="tel c-707070 fw300">{{userInfo.mobile}}</view>
<!-- <view> 余额:{{userInfo.money}}</view> -->