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