Commit 8553a17e2a9efb2ddc8f503e32d731cc11843b2f

Authored by yvan.ni
1 parent ebaa2481

电话弄反了

packageG/pages/user/my_beauty_consultant/my_beauty_consultant.wxml
... ... @@ -33,7 +33,7 @@
33 33 <view wx:if="{{pick_up}}" class="nei_cont" style="margin-top:65rpx">
34 34 <view class="fs28 c31" style="font-weight: bolder;position:relative;">
35 35 {{pick_up.pickup_name}}
36   - <text bindtap="call" data-type="1" class="mytel n-mytel"></text>
  36 + <text bindtap="call" data-type="2" class="mytel n-mytel"></text>
37 37 </view>
38 38 <view class="fs24 c89" style="margin-top:16rpx">营业时间:{{pick_up.trade_starttime}}-{{pick_up.trade_endtime}}</view>
39 39 <view class="fs24 c89" style="margin-top:16rpx;">门店地址:{{pick_up.fulladdress}}</view>
... ... @@ -41,7 +41,7 @@
41 41 </view>
42 42  
43 43 <view wx:if="{{guide}}" class="flex jc-center" style="margin-top:67rpx">
44   - <view bindtap="call" data-type="2" class="fs26 flex-center btn tel">电话联系</view>
  44 + <view bindtap="call" data-type="1" class="fs26 flex-center btn tel">电话联系</view>
45 45 <view bindtap="change_code" wx:if="{{is_qy_wx}}" class="fs26 flex-center btn qywx">注册会员</view>
46 46 <view bindtap="change_code" wx:else class="fs26 flex-center btn qywx">添加企业微信</view>
47 47 </view>
... ...