1111
This commit is contained in:
@@ -297,7 +297,7 @@
|
|||||||
markerPhone(){
|
markerPhone(){
|
||||||
if (this.sitInfo.phone) {
|
if (this.sitInfo.phone) {
|
||||||
uni.makePhoneCall({
|
uni.makePhoneCall({
|
||||||
phoneNumber:this.sitInfo.phone
|
phoneNumber:'4008-56-5355'
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|||||||
@@ -755,7 +755,9 @@
|
|||||||
this.getPayStatus(this.orderId)
|
this.getPayStatus(this.orderId)
|
||||||
}, 400)
|
}, 400)
|
||||||
}
|
}
|
||||||
this.shake=null
|
// setTimeout(()=>{
|
||||||
|
// this.shake=null
|
||||||
|
// },1000)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -837,7 +839,9 @@
|
|||||||
// this.getPayStatus(this.orderId)
|
// this.getPayStatus(this.orderId)
|
||||||
// }, 400)
|
// }, 400)
|
||||||
// }
|
// }
|
||||||
this.shake=null
|
// setTimeout(()=>{
|
||||||
|
// this.shake=null
|
||||||
|
// },1000)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -924,7 +928,9 @@
|
|||||||
this.getPayStatus(this.orderId)
|
this.getPayStatus(this.orderId)
|
||||||
}, 400)
|
}, 400)
|
||||||
}
|
}
|
||||||
this.shake=null
|
// setTimeout(()=>{
|
||||||
|
// this.shake=null
|
||||||
|
// },1000)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -1119,7 +1125,9 @@
|
|||||||
}, 400)
|
}, 400)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.shake=null
|
setTimeout(()=>{
|
||||||
|
this.shake=null
|
||||||
|
},1000)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 收费则yi
|
// 收费则yi
|
||||||
@@ -1195,7 +1203,9 @@
|
|||||||
this.getPayStatus(this.orderId)
|
this.getPayStatus(this.orderId)
|
||||||
}, 400)
|
}, 400)
|
||||||
}
|
}
|
||||||
|
setTimeout(()=>{
|
||||||
this.shake=null
|
this.shake=null
|
||||||
|
},1000)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
import utils from '@/utils/encode'
|
import utils from '@/utils/encode'
|
||||||
|
|
||||||
const env = 'production' /* */
|
// const env = 'production' /* */
|
||||||
// const env = 'test'// 仅用于测试、
|
const env = 'test'// 仅用于测试、
|
||||||
// const env = 'production'
|
// const env = 'production'
|
||||||
//42 洛超 /29 孙志华 /40 阿浩
|
//42 洛超 /29 孙志华 /40 阿浩
|
||||||
// 测试日日顺时需要连阿浩
|
// 测试日日顺时需要连阿浩
|
||||||
|
|||||||
Reference in New Issue
Block a user