|
@@ -271,7 +271,7 @@
|
|
|
<van-swipe vertical class="notice-swipe" :autoplay="2000" :show-indicators="false">
|
|
|
<van-swipe-item v-for="(item,index) in marqueeList">
|
|
|
<img :src="standarImg(item.headImgUrl)" :onerror="defaultImg" alt="">
|
|
|
- <p class="hide">双子星邀请你免费领取云手机</p>
|
|
|
+ <div class="hide">双子星邀请你免费领取云手机</div>
|
|
|
<p>{{item.surfaceName}}</p>
|
|
|
<p>已获得星曜云手机套餐</p>
|
|
|
</van-swipe-item>
|
|
@@ -433,6 +433,7 @@
|
|
|
getMarquee().then(res => {
|
|
|
if (res.status === 0) {
|
|
|
this.marqueeList = res.data;
|
|
|
+
|
|
|
} else {
|
|
|
this.$toast(res.msg);
|
|
|
}
|
|
@@ -459,7 +460,7 @@
|
|
|
}
|
|
|
}else {
|
|
|
this.$toast(res.msg);
|
|
|
- }
|
|
|
+ }
|
|
|
console.log(res)
|
|
|
}).catch((error) => {
|
|
|
console.log(error)
|