xuqiang 5 лет назад
Родитель
Сommit
ce5e1cdc38
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/pages/minePublish.vue

+ 4 - 4
src/pages/minePublish.vue

@@ -102,13 +102,13 @@ export default {
             this.getStore().then(res => {
                 this.storeInfo = res;
                 this.getData();
-                setTimeout(() => {
-                    this.offsetTop = this.systemInfo.statusBarHeight + 44;
-                }, 1000);
+                // setTimeout(() => {
+                //     this.offsetTop = this.systemInfo.statusBarHeight + 44;
+                // }, 1000);
             });
         },
         getStore() {
-            console.log(this.userStoreInfo);
+            // console.log(this.userStoreInfo);
             if (this.userStoreInfo) {
                 if (this.userStoreInfo.id.toString() === this.$mp.options.id || !this.$mp.options.id) {
                     this.isMine = true;