Commit ab65718374e8f5bc9aee41a83196d4e2d3bd396f

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

卡项商品详情保障服务优化

packageA/pages/goodsInfo/goodsInfo.wxml
@@ -188,11 +188,11 @@ @@ -188,11 +188,11 @@
188 188
189 189
190 <!-- 保障服务 --> 190 <!-- 保障服务 -->
191 - <view class="bz_view flex bdt16 ai_c" wx:if="{{store_config}}"> 191 + <view class="bz_view flex bdt16 ai_c" wx:if="{{store_config.service_bz}}">
192 <image class="bzfu_img" src="{{iurl}}/miniapp/images/bzfu_w.png"></image> 192 <image class="bzfu_img" src="{{iurl}}/miniapp/images/bzfu_w.png"></image>
193 <view class="flex f1 ai_c rel" style="position: relative;" bindtap="{{showFold ? 'clickCollapse':''}}"> 193 <view class="flex f1 ai_c rel" style="position: relative;" bindtap="{{showFold ? 'clickCollapse':''}}">
194 - <view class="bz-content showArea {{flag ? '':'ellipsis-1x'}}">{{bconfig.service_bz}}</view>  
195 - <view class="bz-content hideArea">{{bconfig.service_bz}}</view> 194 + <view class="bz-content showArea {{flag ? '':'ellipsis-1x'}}">{{store_config.service_bz}}</view>
  195 + <view class="bz-content hideArea">{{store_config.service_bz}}</view>
196 <view class="cx-obtain-coupon wsize arrow" wx:if="{{showFold}}"> 196 <view class="cx-obtain-coupon wsize arrow" wx:if="{{showFold}}">
197 <text class="bg_jj down {{flag ? 'up':''}}"></text> 197 <text class="bg_jj down {{flag ? 'up':''}}"></text>
198 </view> 198 </view>