Commit f122a22d00cf9c26067b068018c068ef748d60b2
1 parent
24099763
幸运大转盘兑奖清单字号修改
Showing
2 changed files
with
1 additions
and
2 deletions
packageB/pages/luckactivity/luckinfo/luckinfo.js
| @@ -709,7 +709,6 @@ Page({ | @@ -709,7 +709,6 @@ Page({ | ||
| 709 | user_id: app.globalData.userInfo.user_id, | 709 | user_id: app.globalData.userInfo.user_id, |
| 710 | luck_formid: this.data.options.id, | 710 | luck_formid: this.data.options.id, |
| 711 | luck_state: 1, | 711 | luck_state: 1, |
| 712 | - pageSize: 50, | ||
| 713 | }); | 712 | }); |
| 714 | }, | 713 | }, |
| 715 | 714 |
packageB/pages/luckactivity/luckinfo/luckinfo.wxml
| @@ -139,7 +139,7 @@ | @@ -139,7 +139,7 @@ | ||
| 139 | <image wx:else src="{{imghost + tool.showDefaultImg(item.luck_type)}}" class="img" mode="aspectFit"></image> | 139 | <image wx:else src="{{imghost + tool.showDefaultImg(item.luck_type)}}" class="img" mode="aspectFit"></image> |
| 140 | </view> | 140 | </view> |
| 141 | <view class="flex fdc f1"> | 141 | <view class="flex fdc f1"> |
| 142 | - <view class="ellipsis-2">{{item.luck_name}}</view> | 142 | + <view class="ellipsis-2 fs28">{{item.luck_name}}</view> |
| 143 | <view class="pdt20"> | 143 | <view class="pdt20"> |
| 144 | <view class="fs26 xc-black3">价值:<text class="rmb">{{item.luck_goods_price}}</text></view> | 144 | <view class="fs26 xc-black3">价值:<text class="rmb">{{item.luck_goods_price}}</text></view> |
| 145 | <view class="flex ai_c jc_fe fs26 xc-black3 "> | 145 | <view class="flex ai_c jc_fe fs26 xc-black3 "> |