소스 검색

feat(KIP-6765): KERRY+小程序临停缴费功能未登录身份使用流程(触发重新发布功能4)

John-Hong 2 년 전
부모
커밋
e3c58dc52d
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/App.vue

+ 1 - 3
src/App.vue

@@ -86,7 +86,6 @@ export default {
   },
   methods: {
     async init() {
-      console.log('触发重新发布功能 1?');
       // 如果是微信小程序。初始化wss
       if (getIsMin()) {
         // this.Toastloading = Toast.loading({
@@ -94,8 +93,7 @@ export default {
         //   duration: 0,
         //   forbidClick: true,
         // });
-        console.log('触发重新发布功能 2?');
-        console.log('触发重新发布功能 3?');
+        console.log('触发重新发布功能 4?');
         // 每次进入页面清空 缓存数据
         window.localStorage.clear();
         this.isInit = false;