Commit ab0c7e1c6196a7bc142d114d38616b09eae189a0

Authored by yvan.ni
1 parent 699b15ba

会员中间续费的文字修改

Showing 1 changed file with 10 additions and 9 deletions
pages/user/index/index.wxml
@@ -68,7 +68,7 @@ @@ -68,7 +68,7 @@
68 <view class="flex jc-center ai-center"> 68 <view class="flex jc-center ai-center">
69 <image class="xc-icon" src="{{iurl}}/miniapp/images/user/user_vip.png"></image> 69 <image class="xc-icon" src="{{iurl}}/miniapp/images/user/user_vip.png"></image>
70 <view class="member fs28 "> 加入plus会员预计可省3031元</view> 70 <view class="member fs28 "> 加入plus会员预计可省3031元</view>
71 - </view> 71 + </view>
72 <view class="xc-opening-button t-c" data-url="/pages/user/plus/plus" bindtap="goto"> 72 <view class="xc-opening-button t-c" data-url="/pages/user/plus/plus" bindtap="goto">
73 <view class="xc-opening fs28">立即开通</view> 73 <view class="xc-opening fs28">立即开通</view>
74 </view> 74 </view>
@@ -76,14 +76,15 @@ @@ -76,14 +76,15 @@
76 </view> 76 </view>
77 77
78 <view class="xc-add-member-frame flex-level rel addplus" wx:if="{{is_dengji==3}}"> 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 </view> 88 </view>
88 89
89 </view> 90 </view>