forms/input/CInputPhoneCode.vue | ●●●●● patch | view | raw | blame | history |
forms/input/CInputPhoneCode.vue
@@ -50,7 +50,7 @@ }, // 发送请求,通知后端给手机发验证码 onCallPhoneCode: Function, // 刷新cd 重新刷新回60秒通知父组件更新图片地址 // 刷新cd后,通知父组件更新图片地址 onRefreshCD: { type: Function, default: () => () => null, @@ -97,6 +97,10 @@ }); } }, // 重置holding $resetHolding() { this.holding = false; }, }, }; </script>