Commit ab65718374e8f5bc9aee41a83196d4e2d3bd396f
1 parent
a4e94ec2
卡项商品详情保障服务优化
Showing
1 changed file
with
3 additions
and
3 deletions
packageA/pages/goodsInfo/goodsInfo.wxml
| ... | ... | @@ -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 | 192 | <image class="bzfu_img" src="{{iurl}}/miniapp/images/bzfu_w.png"></image> |
| 193 | 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 | 196 | <view class="cx-obtain-coupon wsize arrow" wx:if="{{showFold}}"> |
| 197 | 197 | <text class="bg_jj down {{flag ? 'up':''}}"></text> |
| 198 | 198 | </view> | ... | ... |