Pārlūkot izejas kodu

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

恢复使用订单详情中的电话号码进行呼叫,移除测试时使用的硬编码手机号
Yannay 2 mēneši atpakaļ
vecāks
revīzija
37f147a7f7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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,