|
@@ -299,7 +299,7 @@ export default {
|
|
|
integralInfo({ skuId: skuId }).then(response => {
|
|
|
this.data = response.data.data;
|
|
|
this.total = response.data.data.price;
|
|
|
- if(this.data.deliveryName=='无需快递'){
|
|
|
+ if(this.data.deliveryType!=1){
|
|
|
this.disabled = false;
|
|
|
}
|
|
|
}).catch(() => {
|
|
@@ -308,7 +308,7 @@ export default {
|
|
|
} else {
|
|
|
festivalInfo({ skuId: skuId }).then(response => {
|
|
|
this.data = response.data.data;
|
|
|
- if(this.data.deliveryName=='无需快递'){
|
|
|
+ if(this.data.deliveryType!=1){
|
|
|
this.disabled = false;
|
|
|
}
|
|
|
}).catch(() => {
|