Lou
2023-12-27 3a3eacecf7cff294b6567f67bfd6dab7191d9883
pages/circle/index.vue
@@ -109,7 +109,8 @@
            commentContent: "", //评论内容
            page: 1,
            isSearch: false,
            commentList: []
            commentList: [],
            envVersion:""
         }
      },
@@ -126,6 +127,12 @@
            this.$refs.paging.reload();
         })
      },
      onShow(){
         let accountInfo = wx.getAccountInfoSync();
         this.envVersion = accountInfo.miniProgram.envVersion;
      },
      // onPullDownRefresh() {
      //    this.getCircleList();