From 38f714e74646cdc391b5e044870d206a8cb92376 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 11 二月 2026 10:01:32 +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