Commit e301f63b authored by jiacheng.mao's avatar jiacheng.mao

轮播图更新

parent 92dd9170
This diff is collapsed.
This diff is collapsed.
...@@ -20,10 +20,13 @@ ...@@ -20,10 +20,13 @@
<div class="top-wrap-white"/> <div class="top-wrap-white"/>
<swipe :interval="5000" class="hls-swipe"> <swipe :interval="5000" class="hls-swipe">
<swipe-item class="hls-swipe"> <swipe-item class="hls-swipe">
<img src="@/assets/homePage/banner.jpg" alt=""> <img src="@/assets/homePage/banner3.png" alt="">
</swipe-item> </swipe-item>
<swipe-item class="hls-swipe"> <swipe-item class="hls-swipe">
<img src="@/assets/homePage/banner2.png" alt=""> <img src="@/assets/homePage/banner4.png" alt="">
</swipe-item>
<swipe-item class="hls-swipe">
<img src="@/assets/homePage/banner5.png" alt="">
</swipe-item> </swipe-item>
</swipe> </swipe>
<div class="functions"> <div class="functions">
...@@ -225,9 +228,9 @@ export default { ...@@ -225,9 +228,9 @@ export default {
// } else { // } else {
// hlsPopup.showLongCenter(res.message) // hlsPopup.showLongCenter(res.message)
// } // }
// }) // })
this.user_bp_status = JSON.parse(window.localStorage.getItem("now_user_bp_bind_id")).bp_status; this.user_bp_status = JSON.parse(window.localStorage.getItem("now_user_bp_bind_id")).bp_status;
this.user_bp_class = JSON.parse(window.localStorage.getItem("now_user_bp_bind_id")).bp_class; this.user_bp_class = JSON.parse(window.localStorage.getItem("now_user_bp_bind_id")).bp_class;
this.bp_id = JSON.parse(window.localStorage.getItem("now_user_bp_bind_id")).bp_id; this.bp_id = JSON.parse(window.localStorage.getItem("now_user_bp_bind_id")).bp_id;
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment