hookehuyr

🌈 style:

......@@ -162,7 +162,6 @@ const countDown = useCountDown({
const sendCode = () => { // 发送验证码
countDown.start();
// TODO: 验证码接口
axios.post('/srv/?a=bind_phone&t=get_code', {
phone: phone.value
})
......
......@@ -65,7 +65,6 @@ const goSchool = () => { // 跳转选择幼儿园页面
<style lang="less" scoped>
.client-index-page {
// 背景图 宽度100% 高度控制
// TODO: 图片需要修改
// background-image: url('@images/shouyedongtu.gif');
background-image: url('http://gyzs.onwall.cn/shouyedongtu.gif');
background-repeat: no-repeat;
......