Commit f6b3fd463834f6ab7f620c5fe105e107eaa1277c
1 parent
1c12caca
有礼的优化
Showing
3 changed files
with
24 additions
and
19 deletions
pages/giftpack/birthdaygift/birthdaygift.wxml
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | <text>______</text> |
10 | 10 | </view> |
11 | 11 | <view class="top_box_text"> |
12 | - <text>新人专享\n你的美丽我来缔造</text> | |
12 | + <text>生日专享\n你的美丽我来缔造</text> | |
13 | 13 | </view> |
14 | 14 | <view class="top_box_text"> |
15 | 15 | <text>______</text> |
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | <text>{{item.fromName}}</text> |
42 | 42 | </block> |
43 | 43 | <block wx:if="{{item.lbType==3}}"> |
44 | - <text>{{"新人可免费享受专业"+item.fromName+",可以享受"+item.num+"次。"}}</text> | |
44 | + <text>{{"生日可免费享受专业"+item.fromName+",可以享受"+item.num+"次。"}}</text> | |
45 | 45 | </block> |
46 | 46 | <view class="num flex-level-right fs26"> |
47 | 47 | <view>数量:</view> |
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | <text>———</text> |
68 | 68 | </view> |
69 | 69 | <view class="top_box_text "> |
70 | - <text>新人专享优惠券</text> | |
70 | + <text>生日专享优惠券</text> | |
71 | 71 | </view> |
72 | 72 | <view class="top_box_text "> |
73 | 73 | <text>———</text> |
... | ... | @@ -99,8 +99,8 @@ |
99 | 99 | </block> |
100 | 100 | <block wx:else> |
101 | 101 | <view class="top_card_counte ">{{item.sum+"元券"}}</view> |
102 | - <view class="top_card_remak ">{{"满"+item.buySum+"元可以用"}}</view> | |
103 | 102 | </block> |
103 | + <view class="top_card_remak ">{{"满"+item.buySum+"元可以用"}}</view> | |
104 | 104 | </view> |
105 | 105 | </view> |
106 | 106 | </block> |
... | ... | @@ -121,7 +121,7 @@ |
121 | 121 | <text>———</text> |
122 | 122 | </view> |
123 | 123 | <view class="top_box_text "> |
124 | - <text>新人专享福利</text> | |
124 | + <text>生日专享福利</text> | |
125 | 125 | </view> |
126 | 126 | <view class="top_box_text "> |
127 | 127 | <text>———</text> |
... | ... | @@ -172,7 +172,7 @@ |
172 | 172 | </view> |
173 | 173 | </block> |
174 | 174 | <block wx:else> |
175 | - <view class="foot_button_buy'}}" bindtap="GetReceive"> | |
175 | + <view class="foot_button_buy'}}" bindtap="GetReceive"> | |
176 | 176 | <text>一键全部领取</text> |
177 | 177 | </view> |
178 | 178 | </block> | ... | ... |
pages/giftpack/evaluategift/evaluategift.wxml
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | <text>______</text> |
10 | 10 | </view> |
11 | 11 | <view class="top_box_text"> |
12 | - <text>新人专享\n你的美丽我来缔造</text> | |
12 | + <text>评价专享\n你的美丽我来缔造</text> | |
13 | 13 | </view> |
14 | 14 | <view class="top_box_text"> |
15 | 15 | <text>______</text> |
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | <text>{{item.fromName}}</text> |
42 | 42 | </block> |
43 | 43 | <block wx:if="{{item.lbType==3}}"> |
44 | - <text>{{"新人可免费享受专业"+item.fromName+",可以享受"+item.num+"次。"}}</text> | |
44 | + <text>{{"评价可免费享受专业"+item.fromName+",可以享受"+item.num+"次。"}}</text> | |
45 | 45 | </block> |
46 | 46 | <view class="num flex-level-right fs26"> |
47 | 47 | <view>数量:</view> |
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | <text>———</text> |
68 | 68 | </view> |
69 | 69 | <view class="top_box_text "> |
70 | - <text>新人专享优惠券</text> | |
70 | + <text>评价专享优惠券</text> | |
71 | 71 | </view> |
72 | 72 | <view class="top_box_text "> |
73 | 73 | <text>———</text> |
... | ... | @@ -94,13 +94,13 @@ |
94 | 94 | <view class="top_card_tite_a">分类限定</view> |
95 | 95 | </block> |
96 | 96 | </view> |
97 | - <block wx:if="{{item.isPack!=null}}"> | |
97 | + <block wx:if="{{item.isPack!=null}}"> | |
98 | 98 | <view class="top_card_counte">包邮券</view> |
99 | 99 | </block> |
100 | - <block> | |
101 | - <view class="top_card_counte ">{{item.sum+"元券"}}</view> | |
102 | - <view class="top_card_remak ">{{"满"+item.buySum+"元可以用"}}</view> | |
100 | + <block wx:else> | |
101 | + <view class="top_card_counte ">{{item.sum+"元券"}}</view> | |
103 | 102 | </block> |
103 | + <view class="top_card_remak ">{{"满"+item.buySum+"元可以用"}}</view> | |
104 | 104 | </view> |
105 | 105 | </view> |
106 | 106 | </block> |
... | ... | @@ -121,7 +121,7 @@ |
121 | 121 | <text>———</text> |
122 | 122 | </view> |
123 | 123 | <view class="top_box_text "> |
124 | - <text>新人专享福利</text> | |
124 | + <text>评价专享福利</text> | |
125 | 125 | </view> |
126 | 126 | <view class="top_box_text "> |
127 | 127 | <text>———</text> | ... | ... |
pages/giftpack/festival/festival.wxml
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | <text style="color:{{actFontColor!='' && actFontColor!=undefined?actFontColor:''}}">______</text> |
10 | 10 | </view> |
11 | 11 | <view class="top_box_text"> |
12 | - <text style="color:{{actFontColor!='' && actFontColor!=undefined?actFontColor:''}}">新人专享\n你的美丽我来缔造</text> | |
12 | + <text style="color:{{actFontColor!='' && actFontColor!=undefined?actFontColor:''}}">节日专享\n你的美丽我来缔造</text> | |
13 | 13 | </view> |
14 | 14 | <view class="top_box_text"> |
15 | 15 | <text style="color:{{actFontColor!='' && actFontColor!=undefined?actFontColor:''}}">______</text> |
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | <text>{{item.fromName}}</text> |
42 | 42 | </block> |
43 | 43 | <block wx:if="{{item.lbType==3}}"> |
44 | - <text>{{"新人可免费享受专业"+item.fromName+",可以享受"+item.num+"次。"}}</text> | |
44 | + <text>{{"节日可免费享受专业"+item.fromName+",可以享受"+item.num+"次。"}}</text> | |
45 | 45 | </block> |
46 | 46 | <view class="num flex-level-right fs26" style="color:{{actFontColor!='' && actFontColor!=undefined?actFontColor:''}}"> |
47 | 47 | <view>数量:</view> |
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | <text style="color:{{actFontColor!='' && actFontColor!=undefined?actFontColor:''}}">———</text> |
68 | 68 | </view> |
69 | 69 | <view class="top_box_text "> |
70 | - <text style="color:{{actFontColor!='' && actFontColor!=undefined?actFontColor:''}}">新人专享优惠券</text> | |
70 | + <text style="color:{{actFontColor!='' && actFontColor!=undefined?actFontColor:''}}">节日专享优惠券</text> | |
71 | 71 | </view> |
72 | 72 | <view class="top_box_text "> |
73 | 73 | <text style="color:{{actFontColor!='' && actFontColor!=undefined?actFontColor:''}}">———</text> |
... | ... | @@ -94,7 +94,12 @@ |
94 | 94 | <view class="top_card_tite_a">分类限定</view> |
95 | 95 | </block> |
96 | 96 | </view> |
97 | - <view class="top_card_counte ">{{item.sum+"元券"}}</view> | |
97 | + <block wx:if="{{item.isPack!=null}}"> | |
98 | + <view class="top_card_counte">包邮券</view> | |
99 | + </block> | |
100 | + <block wx:else> | |
101 | + <view class="top_card_counte ">{{item.sum+"元券"}}</view> | |
102 | + </block> | |
98 | 103 | <view class="top_card_remak ">{{"满"+item.buySum+"元可以用"}}</view> |
99 | 104 | </view> |
100 | 105 | </view> |
... | ... | @@ -116,7 +121,7 @@ |
116 | 121 | <text>———</text> |
117 | 122 | </view> |
118 | 123 | <view class="top_box_text "> |
119 | - <text>新人专享福利</text> | |
124 | + <text>节日专享福利</text> | |
120 | 125 | </view> |
121 | 126 | <view class="top_box_text "> |
122 | 127 | <text>———</text> | ... | ... |