Kaynağa Gözat

[我的][修改]:[我的手机号的修改]

tags/福建版C.9.1.06
meo 5 yıl önce
ebeveyn
işleme
2932c0ef39
2 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. +4
    -4
      index/user.js
  2. +1
    -1
      index/user.wxml

+ 4
- 4
index/user.js Dosyayı Görüntüle

@@ -50,6 +50,9 @@ Page({
url: config.api.checkPhoneStatus,
data: {}
}).then(res => {
wx.navigateTo({
url: '/pages/edit/edit',
})
}).catch(err => {
wx.navigateTo({
url: `/pages/getphoneInfo/index?mineFlag=mine`,
@@ -76,9 +79,7 @@ Page({
}
},
gotoedit: function() {
wx.navigateTo({
url: '/pages/edit/edit',
})
this.checkUserStatus();
},
onLoad() {
this.getLocation();
@@ -145,7 +146,6 @@ Page({
}
}
that.checkUserStatus();
that.setData({
appVersion: extConfig.appVersion,
})


+ 1
- 1
index/user.wxml Dosyayı Görüntüle

@@ -2,7 +2,7 @@
<view class="user" style="padding-top:{{navigationBarHeight}};">
<view class="top" style='background:{{banneColor}}'></view>
<view class="top-content" wx:if="{{ifStoreApp!=1}}">
<view class='user_title '>
<view class='user_title'>
<view class="user-avatar" bindtap='gotoedit'>
<open-data class="open" type="userAvatarUrl"></open-data>
</view>


Yükleniyor…
İptal
Kaydet