From 4e3e18cdb0d75c098b68353ef8c86cdd7c0f79b2 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 21 八月 2025 15:27:34 +0800
Subject: [PATCH] 111
---
small-program/pages/login/login.vue | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/small-program/pages/login/login.vue b/small-program/pages/login/login.vue
index ccf4eeb..dcddbd1 100644
--- a/small-program/pages/login/login.vue
+++ b/small-program/pages/login/login.vue
@@ -9,7 +9,7 @@
<view class="box-footer">
<image src="/static/icon/ic_notagree@2x.png" mode="widthFix" v-if="!agree" @click="agreeDo"></image>
<image src="/static/icon/ic_agree@2x.png" mode="widthFix" v-if="agree" @click="agreeDo"></image>
- <text @click="agreeDo">鎴戝凡闃呰骞跺悓鎰忋�婄敤鎴峰崗璁�嬶紝銆婇殣绉佸崗璁斂绛栥��</text>
+ <text @click="agreeDo">鎴戝凡闃呰骞跺悓鎰�<text class="bluetxt" @click="jumpService(4)">銆婄敤鎴峰崗璁��</text>锛�<text class="bluetxt" @click="jumpService(5)"> 銆婇殣绉佸崗璁斂绛栥��</text></text>
</view>
</view>
</template>
@@ -25,6 +25,11 @@
}
},
methods: {
+ jumpService(flag) {
+ uni.navigateTo({
+ url: '/pages/rich-text-page/rich-text-page?flag='+flag
+ })
+ },
agreeDo(){
this.agree = !this.agree
},
@@ -108,4 +113,7 @@
}
}
}
+ .bluetxt{
+ color: royalblue !important;
+ }
</style>
--
Gitblit v1.9.3