Commit d5ca4bcd3e4eb5dcd1be963435ef0e4f8fcb9dca
1 parent
1bb3b3bf
修改个人资料
Showing
2 changed files
with
5 additions
and
3 deletions
app.json
... | ... | @@ -72,7 +72,9 @@ |
72 | 72 | "pages/payment/pay_success/pay_success", |
73 | 73 | |
74 | 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 | 80 | "permission": { | ... | ... |
pages/user/userinfo/userinfo.wxml
... | ... | @@ -37,8 +37,8 @@ |
37 | 37 | </view> |
38 | 38 | </view> |
39 | 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 | 42 | </view> |
43 | 43 | </view> |
44 | 44 | </view> | ... | ... |