From ccbbf11865492708cdec59c593113fb4989fa2d3 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 28 四月 2026 21:12:28 +0800
Subject: [PATCH] 支付宝支付ddd
---
small-program/unpackage/dist/dev/mp-weixin/pages/rich-text/rich-text.js | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/rich-text/rich-text.js b/small-program/unpackage/dist/dev/mp-weixin/pages/rich-text/rich-text.js
index 739c488..eca6098 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/rich-text/rich-text.js
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/rich-text/rich-text.js
@@ -195,6 +195,10 @@
_this.content = res.data.storeLuggageStorageNotice || '';
} else if (_this.type === 8) {
_this.content = res.data.storeCooperationAgreement || '';
+ } else if (_this.type === 9) {
+ _this.content = res.data.priceDescription || '';
+ } else if (_this.type === 10) {
+ _this.content = res.data.prohibitedItems || '';
}
titleMap = {
0: '鐢ㄦ埛鏈嶅姟鍗忚',
@@ -205,7 +209,9 @@
5: '鍏充簬鎴戜滑',
6: '椋庨櫓鎵胯',
7: '琛屾潕瀵勫瓨椤荤煡',
- 8: '浠g悊鐐瑰悎浣滃崗璁�'
+ 8: '浠g悊鐐瑰悎浣滃崗璁�',
+ 9: '浠锋牸璇存槑',
+ 10: '绂佸瘎鐗╁搧'
};
uni.setNavigationBarTitle({
title: titleMap[_this.type] || '璇︽儏'
--
Gitblit v1.9.3