|
@@ -173,7 +173,7 @@
|
|
|
tenantCode: '',
|
|
|
evaluateReplyStatus: 1,
|
|
|
},
|
|
|
- goodType: 1,
|
|
|
+ goodType: 1, // 1是普通商品类型;2是包含自助采摘+普通商品的类型;3是拍卖、共享种植
|
|
|
buttonGroup: [],
|
|
|
modalShow: false,
|
|
|
handleType: '',
|
|
@@ -205,7 +205,7 @@
|
|
|
}
|
|
|
if (this.orderData.merchantInfoResVO.products.length && this.orderData.merchantInfoResVO.products[0].productType !=
|
|
|
2 && this.orderData.merchantInfoResVO.products[0].productType != 4) {
|
|
|
- if (this.orderData.merchantInfoResVO.products[0].productType != 3) {
|
|
|
+ if (this.orderData.merchantInfoResVO.products.every(v=>{v.productType != 3})) {
|
|
|
this.goodType = 1
|
|
|
} else {
|
|
|
this.goodType = 3
|