From ba46ea906229ef22117629477f393c0e991c7dce Mon Sep 17 00:00:00 2001 From: YWQ HK IX <568170040@qq.com> Date: Sat, 3 Jun 2023 16:30:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 3 ++- pages/order/detail/index.js | 2 +- pages/order/detail/index.ttml | 14 +++++++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/app.js b/app.js index 054f594..b377454 100644 --- a/app.js +++ b/app.js @@ -133,7 +133,8 @@ App({ if (res.data.mall) { that.globalData.marketName = res.data.mall.name ? res.data.mall.name : "" } - that.globalData.mouldType = res.data.mouldType ? res.data.mouldType : 0; + // that.globalData.mouldType = res.data.mouldType ? res.data.mouldType : 0; + that.globalData.mouldType = 1; if (res.data.subMalls) { const squareList = JSON.parse(res.data.subMalls) tt.setStorageSync("squareList", squareList) diff --git a/pages/order/detail/index.js b/pages/order/detail/index.js index 4e43a2f..d451679 100644 --- a/pages/order/detail/index.js +++ b/pages/order/detail/index.js @@ -209,7 +209,7 @@ Page({ }) } else { - + status = 'noRefund' } that.setData({ orderStatus: status, diff --git a/pages/order/detail/index.ttml b/pages/order/detail/index.ttml index 92de3f7..945768e 100644 --- a/pages/order/detail/index.ttml +++ b/pages/order/detail/index.ttml @@ -47,14 +47,18 @@ - - - 退款处理中 + + + + + 退款处理中 + +