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