chat.wxml 585 B

1234567891011
  1. <popup show="{{show}}" bind:close="close">
  2. <view class="consult">
  3. <text class="title">咨询{{type == 1 ? '宝大大':'宝贝电商客服'}}</text>
  4. <view class="kf">
  5. <image src="{{imgUrl}}" mode="aspectFit" bindtap="lookImg" show-menu-by-longpress="true"></image>
  6. </view>
  7. <view class="text">手机/微信:<text class="subtitleColor">{{phone}}</text></view>
  8. <view class="text">请长按识别二维码添加{{name}}微信或拨打电话咨询</view>
  9. </view>
  10. <button class="button call-phone" bindtap="makePhoneCall">立即电话咨询</button>
  11. </popup>