From cbe044eba8ed473727dd0a0601d8b88ad2b6f417 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 27 二月 2026 16:04:18 +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