diff --git a/components/buns-post-edit-templates/bpe-cost-tmp.vue b/components/buns-post-edit-templates/bpe-cost-tmp.vue index 72a6ae0..19319cb 100644 --- a/components/buns-post-edit-templates/bpe-cost-tmp.vue +++ b/components/buns-post-edit-templates/bpe-cost-tmp.vue @@ -282,7 +282,7 @@ let { initialWeightFee, addWeightPrice } = item let { settlementWeight } = this.modelInfo let calcExp = item.blAutoGen == 0 ? 's+w*d' : item.calcExp - if(execRealFee && calcExp && initialWeightFee && addWeightPrice && settlementWeight) { + if(execRealFee && calcExp && (initialWeightFee||initialWeightFee==0) && (addWeightPrice||addWeightPrice==0) && settlementWeight) { let expr = calcExp; expr = expr.replace("s", initialWeightFee); expr = expr.replace("d", addWeightPrice); diff --git a/manifest.json b/manifest.json index 5d65cda..f5d0d98 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__BCB0FB5", "description" : "探路国际速运", "versionName" : "1.0.1", - "versionCode" : "1043", + "versionCode" : "1044", "transformPx" : false, /* 5+App特有相关 */ "app-plus" : {