Commit 17f83976a74ba2916737db8dbf87081188514147
1 parent
ef2eea35
保障服务
Showing
1 changed file
with
4 additions
and
1 deletions
packageA/pages/goodsInfo/goodsInfo.wxml
... | ... | @@ -86,7 +86,10 @@ |
86 | 86 | |
87 | 87 | </view> |
88 | 88 | |
89 | - | |
89 | + <view class="bz_view flex ai-center bdt16" wx:if="{{store_config}}" style="line-height: 36rpx"> | |
90 | + <image class="bzfu_img" src="{{iurl}}/miniapp/images/bzfu_w.png"></image> | |
91 | + <view class="bz-content">{{store_config.service_bz}}</view> | |
92 | + </view> | |
90 | 93 | <!-- 图文详情 --> |
91 | 94 | <view> |
92 | 95 | <view class="tuwen_title"> | ... | ... |