浏览代码

清除注释

linwu 1 年之前
父节点
当前提交
fbbec30b4b
共有 3 个文件被更改,包括 1 次插入3 次删除
  1. 0 1
      app/mobile/view/emp/apply.html
  2. 0 1
      app/mobile/view/login/emp_register.html
  3. 1 1
      app/mobile/view/my/auth.html

+ 0 - 1
app/mobile/view/emp/apply.html

@@ -150,7 +150,6 @@
                 this.status_id = id;
                 this.status_index = status - 1;
                 this.status_show = true;
-                console.log(this.status_index);
             },
             onStatusConfirm(value) {
                 this.status_show = false;

+ 0 - 1
app/mobile/view/login/emp_register.html

@@ -68,7 +68,6 @@
             },
             methods: {
                 onBack() {
-                    console.log(1);
                     location.href = "{:url('/login/setType')}?type=1";
                 },
                 uploadPic(file) {

+ 1 - 1
app/mobile/view/my/auth.html

@@ -115,7 +115,7 @@
             };
         },
         created(){
-            console.log( new Date(this.user.birthday));
+            
         },
         methods: {
             onBack() {