src/page/home/home.vue
@@ -186,7 +186,7 @@ </div> <!-- tab --> <GoToLogin v-show="isGoTo" /> <!-- <van-popup <van-popup v-model="isshow" style="border-radius: 10px" @@ -213,7 +213,7 @@ {{ $t("我知道了") }} </van-button> </div> </van-popup> --> </van-popup> </div> </template> <script> @@ -511,7 +511,7 @@ async getNewsList(type) { if (typeof type == "string") type = 1 let data = await api.queryNewsList(type); this.isshow = true // this.isshow = true this.newListHeader.map((item) => { if (item.type === type) { item.data = data.data.list;