WebApp【公共组件库】@前端(For Git Submodule)
chensiAb
2024-08-05 f9cae9b8bd87208b84c247d6d558f51e22755e33
feat:验证码输入组件-添加刷新cd回到60秒通知父组件
1 files modified
6 ■■■■■ changed files
forms/input/CInputPhoneCode.vue 6 ●●●●● patch | view | raw | blame | history
forms/input/CInputPhoneCode.vue
@@ -50,6 +50,11 @@
        },
        // 发送请求,通知后端给手机发验证码
        onCallPhoneCode: Function,
        // 刷新cd  重新刷新回60秒通知父组件更新图片地址
        onRefreshCD: {
            type: Function,
            default: () => {},
        },
    },
    data() {
        return {
@@ -79,6 +84,7 @@
                    if (this.cd === 0) {
                        this.holding = false;
                        this.cd = 60;
                        this.onRefreshCD(true);
                    }
                }, 1000);
            };