Commit 548caf1a authored by jiacheng.mao's avatar jiacheng.mao

轮播图更新

parent 7cf32a80
...@@ -11,5 +11,5 @@ module.exports = { ...@@ -11,5 +11,5 @@ module.exports = {
ocrPath:'"http://180.104.121.66:8088/r/api"', ocrPath:'"http://180.104.121.66:8088/r/api"',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="', fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="',
appId: '"com.xcmg.app.dev"', appId: '"com.xcmg.app.dev"',
currentVersion: '"3.5.7"' currentVersion: '"3.5.9"'
} }
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