Commit 9b60b3db26cf386cdb9b3c9b4dfa0cfd329396fb
1 parent
9d6f9a93
冲突4
Showing
1 changed file
with
2 additions
and
2 deletions
packageC/pages/presell/cart/cart.wxml
... | ... | @@ -265,9 +265,9 @@ |
265 | 265 | </view> |
266 | 266 | |
267 | 267 | <!-- 保障服务 --> |
268 | -<view class="bz_view22 flex bdt16 ai_c" wx:if="{{bconfig.service_bz}"> | |
268 | + <view class="bz_view22 flex bdt16 ai_c" wx:if="{{bconfig.service_bz}"> | |
269 | 269 | <image class="bzfu_img22" src="{{imgUrl}}/miniapp/images/bzfu_w.png"></image> |
270 | - <view class="flex f1 ai_c rel22" style="position: relative;" bindtap="{{showFold ? 'clickCollapse':''}}"> | |
270 | + <view class="flex f1 ai_c rel22" style="position: relative;" bindtap="{{showFold ? 'clickCollapse':''}}"> | |
271 | 271 | <view class="bz-content22 showArea22 {{flag ? '':'ellipsis-1x'}}">{{bconfig.service_bz}}</view> |
272 | 272 | <view class="bz-content22 hideArea22">{{bconfig.service_bz}}</view> |
273 | 273 | <view class="cx-obtain-coupon22 wsize22 arrow22" wx:if="{{showFold}}"> | ... | ... |