绿满眶商城微信小程序-uniapp
peng
1 天以前 27fb1f51c37083585dc873dd9ff86de2f2db82bc
Merge branch 'dev_fix_sub' into user_action
1个文件已修改
4 ■■■■ 已修改文件
pages/order/myOrder.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/myOrder.vue
@@ -177,7 +177,7 @@
              </view>
                <view style="display: flex;justify-content: space-around;">
                    <view class="" @click="callPhone">
                         客服热线: 028-84472936
                         客服热线: 19980834650
                    </view>
                    <view class="" @click="copyToClipboard">
                         客服微信: meiyikuang
@@ -444,7 +444,7 @@
              success(e) {
                  if(e.confirm){
                      uni.makePhoneCall({
                          phoneNumber:'028-84472936'
                          phoneNumber:'19980834650'
                      })
                  }
              }