|
|
|
|
@ -159,7 +159,7 @@ const noticeClick = (num) => {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
const handleAD = async () => {
|
|
|
|
|
if (userInfo.value.status !== 1) {
|
|
|
|
|
if (userInfo.value.status === 0) {
|
|
|
|
|
let res;
|
|
|
|
|
res = await getMarquee();
|
|
|
|
|
if (res.code === 200) {
|
|
|
|
|
@ -304,7 +304,7 @@ const handleLogout = () => {
|
|
|
|
|
</van-nav-bar>
|
|
|
|
|
|
|
|
|
|
<!-- START: 跑馬燈 -->
|
|
|
|
|
<template v-if="userInfo.status !== 1">
|
|
|
|
|
<template v-if="userInfo.status === 0">
|
|
|
|
|
<van-notice-bar color="#ffffff" background="#e05338" left-icon="volume" mode="link" :scrollable="true">
|
|
|
|
|
<van-swipe class="notice-swipe" :touchable="false" :show-indicators="false">
|
|
|
|
|
<van-swipe-item v-for="(item, key, index) in noticeData" :key="index" @click="noticeClick(key)">
|
|
|
|
|
|