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();