diy_user_info.wxml
1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<view class="xc-user" >
<view class="xc-head rel">
<block wx:if="{{object.bg_type==0}}">
<image class="xc-background" src="{{iurl}}{{ad_img?ad_img:'/miniapp/images/user_index_powder.jpg'}}">
<include src="style1.wxml"></include>
</image>
</block>
<block wx:else>
<view class="xc-background" style="background-color:">
</view>
</block>
</view>
</view>
<block wx:if="{{is_no_plus}}">
<view class="xc-add-member-frame flex-level rel addplus" wx:if="{{is_dengji==2 && show_buy_plus }}">
<view class="xc-add-member flex-center-around ">
<view class="flex jc-center ai-center">
<image class="xc-icon" src="{{iurl}}/miniapp/images/user/user_vip.png"></image>
<view class="member fs28 "> 加入plus会员预计可省3031元</view>
</view>
<view class="xc-opening-button t-c" data-url="/pages/user/plus/plus" bindtap="goto">
<view class="xc-opening fs28">立即开通</view>
</view>
</view>
</view>
<view class="xc-add-member-frame flex-level rel addplus" wx:if="{{is_dengji==3 && show_buy_plus}}">
<view class="xc-add-member flex-center-around ">
<view class="flex jc-center ai-center">
<image class="xc-icon" src="{{iurl}}/miniapp/images/user/user_vip.png"></image>
<view class="member fs28 "> 加入plus会员预计可省3031元</view>
</view>
<view class="xc-opening-button t-c" data-url="/packageE/pages/user/cardinfo/cardinfo" bindtap="goto">
<view class="xc-opening fs28">立即续费</view>
</view>
</view>
</view>
</block>