+
@@ -316,6 +317,7 @@ export default {
pintuanFlage: true, //是开团还是拼团
notSupportFreight: [], //不支持运费
notSupportFreightGoodsList: ["以下商品超出配送范围:"],
+ storeAddress:"",
};
},
filters: {
@@ -672,6 +674,7 @@ export default {
}
if (res.data.result.storeAddress) {
this.storeAddress = res.data.result.storeAddress
+ console.log("storeAddress",this.storeAddress);
}
if (
res.data.result.notSupportFreight &&