Procházet zdrojové kódy

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

恢复使用订单详情中的电话号码进行呼叫,移除测试时使用的硬编码手机号
Yannay před 1 měsícem
rodič
revize
37f147a7f7

+ 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,