From cab86bd5a10b4e574ced9748a3718a5aa2d1b84b Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 08 五月 2024 17:56:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
h5/App.vue | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index 76fce77..9a4107c 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -18,6 +18,9 @@
}).then(res => {
if (res.code === 200) {
that.$store.commit('setOpenId', res.data.openid)
+ if (res.data.member) {
+ that.$store.commit('setMember', res.data.member)
+ }
}
})
}
@@ -139,4 +142,20 @@
.card .content {
color: #222;
}
-</style>
\ No newline at end of file
+ //璁剧疆鍦嗚
+ checkbox .uni-checkbox-input{
+ border-radius: 50%;
+ }
+ checkbox .uni-checkbox-input.uni-checkbox-input-checked{
+ color: #fff !important;
+ border: 1px solid #4d99a8 !important;
+ background-color: #4d99a8 !important;
+ }
+ checkbox .uni-checkbox-input.uni-checkbox-input-checked:before{
+ /* color: #4d99a8 !important; */
+ /* border: 1px solid #4d99a8 !important; */
+ /* font-size: 58rpx; */
+ /* border-radius: 50%; */
+ }
+
+</style>
--
Gitblit v1.9.3