Commit 134c16eb3a444060c88c0ae7b141d8aa6aee27f7

Authored by taiyuan
2 parents aebb67f4 17f83976

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

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">
... ...