Quellcode durchsuchen

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

恢复使用订单详情中的电话号码进行呼叫,移除测试时使用的硬编码手机号
Yannay vor 1 Monat
Ursprung
Commit
37f147a7f7
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      pages/orderDetailRefactored/components/PageOne.vue

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

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