|
@@ -871,7 +871,7 @@ export default {
|
|
|
.catch(res => {
|
|
|
// 等待支付
|
|
|
var [USERPAYING, orderId] = res.message.split('|')
|
|
|
- if (USERPAYING === 'USERPAYING' && !!orderId) {
|
|
|
+ if (~USERPAYING.indexOf('USERPAYING') && !!orderId) {
|
|
|
this.orderId_zf = orderId
|
|
|
if (this.state == 0) {
|
|
|
this.state = 1
|