恢复使用订单详情中的电话号码进行呼叫,移除测试时使用的硬编码手机号
@@ -481,6 +481,7 @@ export default {
uni.makePhoneCall({
phoneNumber: this.orderDetail.phone,
+ // phoneNumber:'13813737524',//开发者测试手机号
success: () => {
this.$store.commit('call/SET_FORM', {
clueId: this.orderDetail.clueId,