Commit f18a6037 by 冷斌

update

parent 31c260e3
...@@ -87,12 +87,6 @@ ...@@ -87,12 +87,6 @@
<script> <script>
var isNew = '{$isNew}'; var isNew = '{$isNew}';
if (isNew == 1) {
alert('新注册用户');
} else {
alert('不是新注册用户');
}
alert('添加家长id input name 为 fid, 可以为空');
var uid = '{$uid}'; var uid = '{$uid}';
var token = '{$token}'; var token = '{$token}';
var vm = new Vue({ var vm = new Vue({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment