Commit 0a33e55449c6d7a47f4d21b7b2465b254984714b

Authored by WXD-SEASON\season
1 parent e6a5226b

修改手机移到B包

pages/user/Change_phone/Change_phone.js renamed to packageB/pages/user/Change_phone/Change_phone.js
... ... @@ -2,8 +2,8 @@ var a = getApp(),
2 2 o = a.globalData,
3 3 r = a.globalData.setting,
4 4 t = a.request,
5   - s = require("../../../utils/common.js"),
6   - util = require("../../../utils/util.js");
  5 + s = require("../../../../utils/common.js"),
  6 + util = require("../../../../utils/util.js");
7 7 Page({
8 8  
9 9 /**
... ...
pages/user/Change_phone/Change_phone.json renamed to packageB/pages/user/Change_phone/Change_phone.json
pages/user/Change_phone/Change_phone.wxml renamed to packageB/pages/user/Change_phone/Change_phone.wxml
pages/user/Change_phone/Change_phone.wxss renamed to packageB/pages/user/Change_phone/Change_phone.wxss
pages/user/userinfo/userinfo.wxml
... ... @@ -166,7 +166,7 @@
166 166 <input class="user-txt-right" bindblur="IdentityIDCard" value="" type="idcard" maxlength="18" placeholder="*身份证" />
167 167 </block> -->
168 168 </view>
169   - <view data-url="/pages/user/Change_phone/Change_phone" bindtap="go_phone" class="user-name flex-vertical-between" data-type="mobile">
  169 + <view data-url="/packageB/pages/user/Change_phone/Change_phone" bindtap="go_phone" class="user-name flex-vertical-between" data-type="mobile">
170 170 <view class="user-name-txt">更换手机</view>
171 171 <view class="flex-center user-txt-right">
172 172 <view class="flex">{{phone}}</view>
... ...