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 @@
-
-
- 退款处理中
+
+
+
+
+ 退款处理中
+
+