From ccbbf11865492708cdec59c593113fb4989fa2d3 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 28 四月 2026 21:12:28 +0800
Subject: [PATCH] 支付宝支付ddd
---
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