From 87a0661bd4bfd91228747f77ce575db7775a44a5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 12 二月 2026 09:43:06 +0800
Subject: [PATCH] 合并
---
mini-program/pagesA/pages/rich-text-page/rich-text-page.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mini-program/pagesA/pages/rich-text-page/rich-text-page.vue b/mini-program/pagesA/pages/rich-text-page/rich-text-page.vue
index 6f45dfb..2785a43 100644
--- a/mini-program/pagesA/pages/rich-text-page/rich-text-page.vue
+++ b/mini-program/pagesA/pages/rich-text-page/rich-text-page.vue
@@ -22,7 +22,7 @@
this.title = '鏈嶅姟浠嬬粛'
break;
case '2':
- this.title = '鏀惰垂鏍囧噯'
+ this.title = '绉垎瑙勫垯'
break;
case '3':
this.title = '鍏充簬鎴戜滑'
@@ -51,7 +51,7 @@
if(this.flag == 1){
that.content = res.data.serverIntroduce||''
}else if(this.flag == 2){
- that.content = res.data.feeStandards||''
+ that.content = res.data.integralRule||''
} else if(this.flag == 4){
that.content = res.data.userAgreement||''
} else if(this.flag == 5){
--
Gitblit v1.9.3