|
@@ -87,7 +87,7 @@ export default defineComponent({
|
|
setup() {
|
|
setup() {
|
|
const countDownRef = ref();
|
|
const countDownRef = ref();
|
|
const forms = reactive({
|
|
const forms = reactive({
|
|
- statusShow: true,
|
|
|
|
|
|
+ statusShow: false,
|
|
countDownStatus: true,
|
|
countDownStatus: true,
|
|
countDownTime: 1000 * 120, // 倒计时时间
|
|
countDownTime: 1000 * 120, // 倒计时时间
|
|
// modelValue: false, // 是否选中协议
|
|
// modelValue: false, // 是否选中协议
|