From b74912170239d26ae7e69109bfcf874840898710 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Mon, 6 Nov 2023 11:04:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E5=AF=84=E7=B1=BB=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E8=BF=90=E8=B4=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/order/postOrder/index.wxml | 4 ++-- project.config.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app.js b/app.js index e345e37..dd03f9a 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest96? true : false; + data.isTest = data.isTest97? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/order/postOrder/index.wxml b/pages/order/postOrder/index.wxml index 8753b18..7716a2e 100644 --- a/pages/order/postOrder/index.wxml +++ b/pages/order/postOrder/index.wxml @@ -25,8 +25,8 @@ {{item.productNum}} - - 运费 + + 运费 {{item.postFee?(item.postFee==0?'包邮':(item.postFee/100)):item.sku.sku_model.post_template_name}} diff --git a/project.config.json b/project.config.json index 165be03..97cb0a5 100644 --- a/project.config.json +++ b/project.config.json @@ -45,7 +45,8 @@ "disableUseStrict": false, "useCompilerPlugins": false, "minifyWXML": true, - "condition": false + "condition": false, + "ignoreUploadUnusedFiles": true }, "compileType": "miniprogram", "libVersion": "2.14.0",