From 4c32c837290daa0a0ce8aac6a1472942e5876f29 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 18 七月 2025 09:13:10 +0800
Subject: [PATCH] Remove logs folder from version control
---
small-program/pages/login/login.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/small-program/pages/login/login.vue b/small-program/pages/login/login.vue
index 8672836..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 @click="jumpService(4)">銆婄敤鎴峰崗璁��</text>锛�<text @click="jumpService(5)"> 銆婇殣绉佸崗璁斂绛栥��</text></text>
+ <text @click="agreeDo">鎴戝凡闃呰骞跺悓鎰�<text class="bluetxt" @click="jumpService(4)">銆婄敤鎴峰崗璁��</text>锛�<text class="bluetxt" @click="jumpService(5)"> 銆婇殣绉佸崗璁斂绛栥��</text></text>
</view>
</view>
</template>
@@ -27,7 +27,7 @@
methods: {
jumpService(flag) {
uni.navigateTo({
- url: '/pages/withdrawal/withdrawal'
+ url: '/pages/rich-text-page/rich-text-page?flag='+flag
})
},
agreeDo(){
@@ -113,4 +113,7 @@
}
}
}
+ .bluetxt{
+ color: royalblue !important;
+ }
</style>
--
Gitblit v1.9.3