Commit a63001820af2ae377ce5b4e36f511129af33efe6

Authored by 后端研发-苏泰源
1 parent c2769c74

组合购内容、样式调整

packageB/pages/zuhegou/index/index.json
1 1 {
2 2 "usingComponents": {
3   - "catch": "/packageB//components/catch/catch",
  3 + "catch": "/packageB/components/catch/catch",
4 4 "nodata": "/components/nodata/nodata",
5 5 "painter": "/packageB/components/painter/painter",
6 6 "warn": "/components/long_warn/long_warn"
... ...
packageB/pages/zuhegou/index/index.wxml
... ... @@ -16,7 +16,7 @@
16 16 </view>
17 17  
18 18  
19   - <view class="c_w mt20 fs32">门店:
  19 + <view class="c_w mt20 fs28">门店:
20 20 <block wx:if="{{def_pick_store}}">
21 21 <text wx:if="{{all_price>0}}">{{def_pick_store.pickup_name}}</text>
22 22 <text wx:else bindtap="choose_store">{{def_pick_store.pickup_name}}</text>
... ... @@ -77,16 +77,16 @@
77 77 <view class="bar-container">
78 78 <block wx:if="{{all_num>=act.zhbuyqty}}">
79 79 <view wx:if="{{need_to_buy}}" class="t-c bg-fcfb c-fa8b2b fs28 pd20">
80   - 再买{{need_to_buy}}件,下单立享【{{act.zhprice}}元任选{{act.zhbuyqty}}件】
  80 + 再买{{need_to_buy}}件,下单立享【{{act.zhprice}}元选择{{act.zhbuyqty}}件】
81 81 </view>
82   - <view wx:else class="t-c bg-fcfb c-fa8b2b fs28 pd20">下单立享【{{act.zhprice}}元任选{{act.zhbuyqty}}件】</view>
  82 + <view wx:else class="t-c bg-fcfb c-fa8b2b fs28 pd20">下单立享【{{act.zhprice}}元选择{{act.zhbuyqty}}件】</view>
83 83 </block>
84 84 <block wx:else>
85 85 <view wx:if="{{all_num>0}}" class="t-c bg-fcfb c-fa8b2b fs28 pd20">
86   - 再买{{act.zhbuyqty-all_num>need_to_buy?act.zhbuyqty-all_num:need_to_buy}}件,下单立享【{{act.zhprice}}元任选{{act.zhbuyqty}}件】
  86 + 再买{{act.zhbuyqty-all_num>need_to_buy?act.zhbuyqty-all_num:need_to_buy}}件,下单立享【{{act.zhprice}}元选择{{act.zhbuyqty}}件】
87 87 </view>
88 88 <view wx:else class="t-c bg-fcfb c-fa8b2b fs28 pd20">
89   - 买{{act.zhbuyqty}}件,下单立享【{{act.zhprice}}元任选{{act.zhbuyqty}}件】
  89 + 买{{act.zhbuyqty}}件,下单立享【{{act.zhprice}}元选择{{act.zhbuyqty}}件】
90 90 </view>
91 91 </block>
92 92 <view class="flex jc_sb ai_c pd20">
... ... @@ -118,7 +118,7 @@
118 118 <view class="pdt40">
119 119 <view class="pdb20">活动内容</view>
120 120 <view class="">
121   - <view class="pdb10">{{act.remark}}</view>
  121 + <view class="pdb10">{{filters.show_default(act.remark, '无')}}</view>
122 122 </view>
123 123 </view>
124 124 </block>
... ...
packageB/pages/zuhegou/index/index.wxss
... ... @@ -35,6 +35,10 @@ page {
35 35 font-size: 24rpx;
36 36 }
37 37  
  38 +.icon-zhuanfa {
  39 + line-height: 1;
  40 +}
  41 +
38 42 .list-container {
39 43 padding-top: 30rpx;
40 44 }
... ...