Browse Source

SLS日志: 全局通知的确定按钮

Michael Wang 4 years ago
parent
commit
b4ee9eb3b0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/features/Login/GlobalNotice.vue

+ 5 - 0
src/features/Login/GlobalNotice.vue

@@ -75,6 +75,11 @@ export default {
       }
     },
     clickBtn() {
+      this.logger({
+        page: "GlobalNotice",
+        button: "确定按钮",
+        action: "点击",
+      });
       this.clicked = true;
     },
   },