111
jhzh
2025-02-11 9f96348fb4f2d0442303aafefb5e9ca39ea85663
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;