|
@@ -522,7 +522,7 @@ export default {
|
|
|
return this.member.products == '1' && this.member.buySubject == '1' && (this.bigStas == 1 || this.bigStas == 2)
|
|
|
},
|
|
|
paytypeAlldis(){
|
|
|
- return this.member.products == '2' && this.member.products == '3'
|
|
|
+ return this.member.products == '2' || this.member.products == '3'
|
|
|
},
|
|
|
pass_all_incomplete_dis() { //全部订单-编辑大会员,“订单审核状态”为已通过,订单状态为“未完成”时
|
|
|
return this.returnMyReceivable && this.member.order_status == '0' && this.audit_status == 3
|