Commit 9a760d442af159d4c20d8185a943dfdd64fe13ee
1 parent
fc6e6ec9
no message
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/userinfo/userinfo.wxml
... | ... | @@ -159,7 +159,7 @@ |
159 | 159 | <input class="user-txt-right" bindblur="IdentityIDCard" value="" type="idcard" maxlength="18" placeholder="*身份证" /> |
160 | 160 | </block> --> |
161 | 161 | </view> |
162 | - <view data-url="/pages/user/Change_phone/Change_phone?mobile={{user.mobile}}&openid={{user.weapp_openid}}" bindtap="go_phone" class="user-name flex-vertical-between" data-type="mobile"> | |
162 | + <view data-url="/pages/user/Change_phone/Change_phone" bindtap="go_phone" class="user-name flex-vertical-between" data-type="mobile"> | |
163 | 163 | <view class="user-name-txt">更换手机</view> |
164 | 164 | <view class="flex-center user-txt-right"> |
165 | 165 | <view class="flex">{{phone}}</view> | ... | ... |