Commit 570b1c3d by 冷斌

踢人

parent 54e0f3f5
......@@ -59,7 +59,12 @@
</div>
<script>
alert(1);
var isNew = '{$isNew}';
if (isNew == 1) {
alert('新注册用户');
} else {
alert('不是新注册用户');
}
var uid = '{$uid}';
var token = '{$token}';
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