|
@@ -203,9 +203,12 @@ export default {
|
|
|
},
|
|
},
|
|
|
checkResult(){
|
|
checkResult(){
|
|
|
let that = this
|
|
let that = this
|
|
|
|
|
+ uni.showLoading({mask:true})
|
|
|
getDetail({ id:this.orderId}).then(res=>{
|
|
getDetail({ id:this.orderId}).then(res=>{
|
|
|
|
|
+ uni.hideLoading()
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
if(res.data.payStatus == 1){
|
|
if(res.data.payStatus == 1){
|
|
|
|
|
+ this.$msg('付款成功')
|
|
|
setTimeout(function(){
|
|
setTimeout(function(){
|
|
|
that.payFinish()
|
|
that.payFinish()
|
|
|
},1000)
|
|
},1000)
|