update: 登陆协议默认非选中

This commit is contained in:
admin 2024-08-07 10:05:05 +08:00
parent e626084970
commit a30bb02b14
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<view class="agree"> <view class="agree">
<u-checkbox <u-checkbox
:key="1" :key="1"
:size="'25rpx'" :size="'28rpx'"
:activeColor="'#00dcee'" :activeColor="'#00dcee'"
:name="1" :name="1"
:usedAlone="true" :usedAlone="true"
@ -111,7 +111,7 @@ const seconds = ref(0);
const currentFocus = ref(""); const currentFocus = ref("");
// // // //
const checkGroup = reactive({ const checkGroup = reactive({
agreeCheck: true, agreeCheck: false,
}); });
const rules = ref({ const rules = ref({