liudan 10 months ago
parent 4bdf1e718f
commit 60156c73be
  1. 12
      pages/store/detail/index.vue

@ -66,15 +66,15 @@
<view class="name">店铺资质信息</view>
<view><text class="iconfont">&#xe743;</text></view>
</navigator>
<view v-if="store.services_type == 1" class="section wrap" @click="call">
<view class="name">联系客服</view>
<!-- @click="call" v-if="store.services_type == 1" -->
<button open-type="contact" class="section wrap" style="justify-content: space-between;">
<view class="name" style="flex:none;">联系客服</view>
<view><text class="iconfont icon-kefu1"></text></view>
</view>
<navigator v-else :url="`/pages/chat/customer_list/chat?mer_id=${store.mer_id}&uid=${this.uid}`" class="section wrap">
</button>
<!-- <navigator v-else :url="`/pages/chat/customer_list/chat?mer_id=${store.mer_id}&uid=${this.uid}`" class="section wrap">
<view class="name">联系客服</view>
<view><text class="iconfont icon-kefu1"></text></view>
</navigator>
</navigator> -->
<view class="section info">
<view class="item very">
<view class="name">店铺简介</view>

Loading…
Cancel
Save