瀏覽代碼

修改跑马灯样式

ymm 3 年之前
父節點
當前提交
32a27398f3
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      microserviceUserH5/vcloud/actFissionShare.html

+ 3 - 2
microserviceUserH5/vcloud/actFissionShare.html

@@ -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)