Commit ab0c7e1c6196a7bc142d114d38616b09eae189a0
1 parent
699b15ba
会员中间续费的文字修改
Showing
1 changed file
with
10 additions
and
9 deletions
pages/user/index/index.wxml
| ... | ... | @@ -68,7 +68,7 @@ |
| 68 | 68 | <view class="flex jc-center ai-center"> |
| 69 | 69 | <image class="xc-icon" src="{{iurl}}/miniapp/images/user/user_vip.png"></image> |
| 70 | 70 | <view class="member fs28 "> 加入plus会员预计可省3031元</view> |
| 71 | - </view> | |
| 71 | + </view> | |
| 72 | 72 | <view class="xc-opening-button t-c" data-url="/pages/user/plus/plus" bindtap="goto"> |
| 73 | 73 | <view class="xc-opening fs28">立即开通</view> |
| 74 | 74 | </view> |
| ... | ... | @@ -76,14 +76,15 @@ |
| 76 | 76 | </view> |
| 77 | 77 | |
| 78 | 78 | <view class="xc-add-member-frame flex-level rel addplus" wx:if="{{is_dengji==3}}"> |
| 79 | - <view class="xc-add-member flex-vertical four-level-word"> | |
| 80 | - <image class="xc-icon" src="{{iurl}}/miniapp/images/user/user_vip.png" style="margin-left:30rpx"></image> | |
| 81 | - <view class="member"> 加入plus会员</view> | |
| 82 | - <view class="t-c xc-save-money"> 预计可省3031元</view> | |
| 83 | - <view class="xc-opening-button t-c" data-url="/pages/user/cardinfo/cardinfo" bindtap="goto" style="margin-left: 165rpx;"> | |
| 84 | - <view class="xc-opening fs20">立即续费</view> | |
| 85 | - </view> | |
| 86 | - </view> | |
| 79 | + <view class="xc-add-member flex-center-around "> | |
| 80 | + <view class="flex jc-center ai-center"> | |
| 81 | + <image class="xc-icon" src="{{iurl}}/miniapp/images/user/user_vip.png"></image> | |
| 82 | + <view class="member fs28 "> 加入plus会员预计可省3031元</view> | |
| 83 | + </view> | |
| 84 | + <view class="xc-opening-button t-c" data-url="/pages/user/cardinfo/cardinfo" bindtap="goto"> | |
| 85 | + <view class="xc-opening fs28">立即续费</view> | |
| 86 | + </view> | |
| 87 | + </view> | |
| 87 | 88 | </view> |
| 88 | 89 | |
| 89 | 90 | </view> | ... | ... |