From a59ff44b2eaa7020f0529632d9ec064c4dc38e27 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 28 四月 2026 22:08:46 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
small-program/pages/rich-text/rich-text.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/small-program/pages/rich-text/rich-text.vue b/small-program/pages/rich-text/rich-text.vue
index 6fc183f..e53020d 100644
--- a/small-program/pages/rich-text/rich-text.vue
+++ b/small-program/pages/rich-text/rich-text.vue
@@ -38,6 +38,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 || ''
}
const titleMap = {
0: '鐢ㄦ埛鏈嶅姟鍗忚',
@@ -48,7 +52,9 @@
5: '鍏充簬鎴戜滑',
6: '椋庨櫓鎵胯',
7: '琛屾潕瀵勫瓨椤荤煡',
- 8: '浠g悊鐐瑰悎浣滃崗璁�'
+ 8: '浠g悊鐐瑰悎浣滃崗璁�',
+ 9: '浠锋牸璇存槑',
+ 10: '绂佸瘎鐗╁搧',
}
uni.setNavigationBarTitle({
title: titleMap[this.type] || '璇︽儏'
--
Gitblit v1.9.3