|
@@ -33,21 +33,6 @@
|
|
|
import { onLoad,onReady } from '@dcloudio/uni-app';
|
|
|
import agreeContentDialog from './agreeContentDialog.vue';
|
|
|
import agreeDialog from './agreeDialog.vue'
|
|
|
- // 定义复选框的选中状态
|
|
|
- const isChecked = ref(false);
|
|
|
-
|
|
|
- // 处理复选框变化的事件
|
|
|
- function onCheckboxChange(event) {
|
|
|
- // event.detail.value 会包含复选框的新状态
|
|
|
- isChecked.value = event.detail.value;
|
|
|
-
|
|
|
- // 根据新状态更新提示信息
|
|
|
- if (isChecked.value) {
|
|
|
- message.value = '选中了';
|
|
|
- } else {
|
|
|
- message.value = '未选中';
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
let indexData = reactive({
|
|
|
phoneNumber: null,
|