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