|
@@ -27,6 +27,7 @@
|
|
|
ref="appDelivery"
|
|
ref="appDelivery"
|
|
|
@countFreight="countFreight"
|
|
@countFreight="countFreight"
|
|
|
:hasMap="hasMap"
|
|
:hasMap="hasMap"
|
|
|
|
|
+ :freightType="freightType"
|
|
|
:showDistance="showDistance"
|
|
:showDistance="showDistance"
|
|
|
:isFreight="isFreight"
|
|
:isFreight="isFreight"
|
|
|
:openIntraCity="openIntraCity"
|
|
:openIntraCity="openIntraCity"
|
|
@@ -99,12 +100,14 @@ export default {
|
|
|
deliveryPlatform: '', // 跑腿平台
|
|
deliveryPlatform: '', // 跑腿平台
|
|
|
deliveryPrice: 0, // 跑腿报价
|
|
deliveryPrice: 0, // 跑腿报价
|
|
|
deliveryDistance: 0, // 跑腿距离
|
|
deliveryDistance: 0, // 跑腿距离
|
|
|
- deliveryBracketContent: '' // 跑腿平台括号里的内容
|
|
|
|
|
|
|
+ deliveryBracketContent: '',// 跑腿平台括号里的内容
|
|
|
|
|
+ freightType:1
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
onLoad(option) {
|
|
onLoad(option) {
|
|
|
this.option = option || {};
|
|
this.option = option || {};
|
|
|
this.init();
|
|
this.init();
|
|
|
|
|
+ this.freightType = this.option.freightType?this.option.freightType:1
|
|
|
},
|
|
},
|
|
|
computed: {
|
|
computed: {
|
|
|
/**
|
|
/**
|