From be7a990bf92f5cf579c1f02bba9381a9df0d75ad Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Thu, 19 Sep 2024 18:54:48 +0800 Subject: [PATCH] uu --- components/buns-post-edit-templates/bpe-cost-tmp.vue | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" : {