|
@@ -874,11 +874,13 @@ export default {
|
|
|
// 等待支付
|
|
|
var [USERPAYING, orderId] = res.message.split('|')
|
|
|
if (~USERPAYING.indexOf('USERPAYING') && !!orderId) {
|
|
|
- this.orderId_zf = orderId
|
|
|
- if (this.state == 0) {
|
|
|
- this.state = 1
|
|
|
- }
|
|
|
- this.getDetail__()
|
|
|
+ this.getPayList(() => {
|
|
|
+ this.orderId_zf = orderId
|
|
|
+ if (this.state == 0) {
|
|
|
+ this.state = 1
|
|
|
+ }
|
|
|
+ this.getDetail__()
|
|
|
+ })
|
|
|
} else {
|
|
|
this.$tips(res.message)
|
|
|
}
|