Commit d5ca4bcd3e4eb5dcd1be963435ef0e4f8fcb9dca

Authored by season
1 parent 1bb3b3bf

修改个人资料

app.json
@@ -72,7 +72,9 @@ @@ -72,7 +72,9 @@
72 "pages/payment/pay_success/pay_success", 72 "pages/payment/pay_success/pay_success",
73 73
74 "pages/user/plus/plus", 74 "pages/user/plus/plus",
75 - "pages/user/cardinfo/cardinfo" 75 + "pages/user/cardinfo/cardinfo",
  76 + "pages/user/Detailed/Detailed",
  77 + "pages/user/Change_phone/Change_phone"
76 78
77 ], 79 ],
78 "permission": { 80 "permission": {
pages/user/userinfo/userinfo.wxml
@@ -37,8 +37,8 @@ @@ -37,8 +37,8 @@
37 </view> 37 </view>
38 </view> 38 </view>
39 <view class="flex ai_and"> 39 <view class="flex ai_and">
40 - <view class="flex-level ai_and" style="background-image:url({{iurl}}/miniapp/images/userinfo/userinfo/code.png);width:170rpx;height:140rpx;background-size:100%;" bindtap="show_tc">  
41 - <view class="fs26 code" style="color:rgb(255,255,255);margin-left:9rpx;">我的二维码</view> 40 + <view class="flex-level ai_and" style="background-image:url({{iurl}}/miniapp/images/userinfo/userinfo/code.png);width:170rpx;height:140rpx;margin-top: 80rpx;background-size:100%;" bindtap="show_tc">
  41 + <view class="fs26 code" style="color:rgb(255,255,255);margin-left:9rpx;margin-top: 100rpx;">我的二维码</view>
42 </view> 42 </view>
43 </view> 43 </view>
44 </view> 44 </view>