|
@@ -39,8 +39,8 @@ export default {
|
|
|
watch: {
|
|
watch: {
|
|
|
shopInfo() {
|
|
shopInfo() {
|
|
|
if (!this.$util.isEmpty(this.shopInfo)) {
|
|
if (!this.$util.isEmpty(this.shopInfo)) {
|
|
|
- this.form.first = this.shopInfo.extend.freightFirst;
|
|
|
|
|
- this.form.add = this.shopInfo.extend.freightAdd;
|
|
|
|
|
|
|
+ this.form.first = this.shopInfo.extend.freeDistance;
|
|
|
|
|
+ this.form.add = this.shopInfo.extend.freight;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -50,8 +50,8 @@ export default {
|
|
|
methods: {
|
|
methods: {
|
|
|
init() {
|
|
init() {
|
|
|
if (!this.$util.isEmpty(this.shopInfo)) {
|
|
if (!this.$util.isEmpty(this.shopInfo)) {
|
|
|
- this.form.first = this.shopInfo.extend.freightFirst;
|
|
|
|
|
- this.form.add = this.shopInfo.extend.freightAdd;
|
|
|
|
|
|
|
+ this.form.first = this.shopInfo.extend.freeDistance;
|
|
|
|
|
+ this.form.add = this.shopInfo.extend.freight;
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
_updateFn() {
|
|
_updateFn() {
|