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",