瀏覽代碼

refactor(orderDetail): 移除开发者测试手机号注释

恢复使用订单详情中的电话号码进行呼叫,移除测试时使用的硬编码手机号
Yannay 1 月之前
父節點
當前提交
37f147a7f7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages/orderDetailRefactored/components/PageOne.vue

+ 1 - 0
pages/orderDetailRefactored/components/PageOne.vue

@@ -481,6 +481,7 @@ export default {
481 481
 
482 482
       uni.makePhoneCall({
483 483
         phoneNumber: this.orderDetail.phone,
484
+        // phoneNumber:'13813737524',//开发者测试手机号
484 485
         success: () => {
485 486
           this.$store.commit('call/SET_FORM', {
486 487
             clueId: this.orderDetail.clueId,