hookehuyr

🌈 style:

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