|
|
@ -117,9 +117,9 @@ |
|
|
this.orderDetails = res.data |
|
|
this.orderDetails = res.data |
|
|
this.skeletonLoading = false |
|
|
this.skeletonLoading = false |
|
|
if( Object.keys(res.metal_data).length != 0 ) { |
|
|
if( Object.keys(res.metal_data).length != 0 ) { |
|
|
this.ifCheck = true |
|
|
|
|
|
}else { |
|
|
|
|
|
this.ifCheck = false |
|
|
this.ifCheck = false |
|
|
|
|
|
}else { |
|
|
|
|
|
this.ifCheck = true |
|
|
} |
|
|
} |
|
|
}else { |
|
|
}else { |
|
|
this.$msg(res.msg) |
|
|
this.$msg(res.msg) |
|
|
@ -150,7 +150,7 @@ |
|
|
}, |
|
|
}, |
|
|
submit(){ |
|
|
submit(){ |
|
|
if(this.ifchoose == true) { |
|
|
if(this.ifchoose == true) { |
|
|
if(this.ifCheck == true) { |
|
|
|
|
|
|
|
|
if(this.ifCheck == false) { |
|
|
this.$routerGo('/pages/login/index?type=phone') |
|
|
this.$routerGo('/pages/login/index?type=phone') |
|
|
}else { |
|
|
}else { |
|
|
this.$http(this.API.API_PRPAID, { |
|
|
this.$http(this.API.API_PRPAID, { |
|
|
|