cardinfo.wxml
4.89 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<import src="../../../utils/wxParse/wxParse.wxml"></import>
<import src="../../../utils/filter.wxs"></import>
<wxs module="filters" src="../../../utils/filter.wxs"></wxs>
<view>
<image class="Member_bk" src="{{url}}/miniapp/images/plus/page_bk.png"></image>
</view>
<view class="MemberPlus rel"style="background-image:url('{{user_card.CardImg}}');background-size: 100% 100%;background-repead:no-repead;">
<view class="flex-space-between">
<view style="color:{{user_card.CardColor}}">
<view class="fs36 h36" style="font-weight:bold">{{user_card.CardName}}</view>
<view wx:if="{{!is_guoqi}}" class="fs22 h22" style="margin-top:15rpx">会员将在{{filters.replace_time2(expiryDate)}}到期</view>
<view wx:else class="fs22 h22" style="margin-top:15rpx">会员已在{{filters.replace_time2(expiryDate)}}过期</view>
</view>
<view bindtap="xufei" class="renew fs28" style="background:{{user_card.CardColor}}">立即续费
</view>
</view>
<view class="flex-vertical-between xs fs28">
<view class="flex ai-center" style=" overflow:hidden">
<view class="Member"
style="background-image:url('{{url}}/miniapp/images/plus/privilege_o.png'); filter: drop-shadow(40px 0 0 {{user_card.CardColor}});">
</view>
<view wx:if="{{!is_guoqi}}" style="color:{{user_card.CardColor}}">正在享受{{user_card.CardName}}会员特权</view>
<view wx:else style="color:{{user_card.CardColor}}">享受更低价格,请续费哦</view>
</view>
<view wx:if="{{!is_guoqi}}" class="flex-vertical" bindtap="Share_pictures">
<view style="color:{{user_card.CardColor}}">邀请新朋友</view>
<!-- <image class="share" src="{{url}}/miniapp/images/plus/Forward.png"></image> -->
<view style="overflow: hidden; margin-left: 10rpx;">
<view class="Member"
style="background-image:url('{{url}}/miniapp/images/plus/Forward.png'); filter: drop-shadow(40px 0 0 {{user_card.CardColor}});">
</view>
</view>
</view>
</view>
</view>
<view class="flex-vertical-between Invitation fs30">
<view class="flex">
已邀请
<view class="Invitation_count">{{free==0?"0":free.RefereeNumber}}人</view>
可提现
<view class="Invitation_my">{{free==0?"0":free.VIPRebate}}元</view>
</view>
<view class="flex">
<view class="Detailed flex-center">
<navigator url="/pages/user/Detailed/Detailed">明细</navigator>
</view>
<view class="Invitation_Cash" bindtap="to_user_money">转到余额</view>
</view>
</view>
<!-- 会员礼遇 -->
<view class="Courtesy">
<!-- 标题 -->
<view class="flex-center" style="width:100%;height:200rpx;">
<view>
<view wx:if="{{false}}" class="Courtesy_title flex-center fs36">开通PLUS会员尊享礼遇
</view>
<view wx:else class="Courtesy_title flex-center fs36">PLUS会员尊享礼遇 </view>
<view class="flex-center">
<image class="Courtesy_image" src="{{url}}/miniapp/images/plus/Courtesy.png"></image>
<view wx:if="{{false}}" class="Courtesy_can fs24">PLUS会员可享以下特权
</view>
<view wx:else class="Courtesy_can fs24">解锁新权益 精彩享不停
</view>
<image class="Courtesy_image" src="{{url}}/miniapp/images/plus/Courtesy.png"></image>
</view>
</view>
</view>
<!-- 会员权益内容 -->
<view class="Courtesy_comment" style="padding:0 20rpx">
<view class="wxParse">
<template is="wxParse" data="{{wxParseData:content.nodes}}"></template>
</view>
</view>
</view>
<!-- 好物推荐 -->
<!-- 好物推荐 -->
<view class="title">
<!-- 标题 -->
<view>
<!-- 中文名标题 -->
<view class="China flex-level">
<view class="line flex-vertical">
<view class="one"></view>
<view class="two"></view>
<view class="three"></view>
</view>
<view class="Recommend flex-level" bindtap="requestList">好物推荐</view>
<view class="line flex-vertical">
<view class="three"></view>
<view class="two"></view>
<view class="one"></view>
</view>
</view>
<!-- 英文标题 -->
<view class="english flex-center">
<view class="silk"></view>
<view class="esh five-level-word">GOOD HOT THING</view>
<view class="silk"></view>
</view>
</view>
<!-- 商品列表组件 -->
<goods_recommend id="goods_list"></goods_recommend>
<!-- 商品列表 -->
</view>
<!-- 画布 -->
<canvas canvas-id='myCanvas' style="width:750rpx;height:1260rpx;"wx:if='{{!canvasHidden}}'></canvas>
<warn id="warn"></warn>