Переглянути джерело

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,