diff --git a/pages/index/index.vue b/pages/index/index.vue index 9d831c8..08e9189 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -339,17 +339,19 @@ export default { }, // 获取轮播图 getswiper() { - this.imageList = [ - { - image: '../../static/image/index/swiper.png' - }, - { - image: '../../static/image/index/swiper.png' - }, - { - image: '../../static/image/index/swiper.png' - } - ]; + this.$u.post("adv/indexAdv").then(res => { + let item = res.data; + let arr; + arr = item.map(data => { + console.log(data); + return { + image: data.adv_code, + adv_id: data.adv_id, + adv_link: data.adv_link, + } + }) + this.imageList = arr; + }) }, // 打开发布弹窗 publish() { diff --git a/pages/login/login.vue b/pages/login/login.vue index 40661cf..ccd2cb3 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -56,10 +56,10 @@ export default { value: '', login: '登录', show: false, - zhanghao: 'seller', - mima: '123456', - zhanghaoA: '18953829598 ', - mimaA: '123456', + zhanghao: '', + mima: '', + zhanghaoA: '', + mimaA: '', url: '', state:0, clickstate:false diff --git a/pages/release/index.vue b/pages/release/index.vue index e023ab7..cfe70df 100644 --- a/pages/release/index.vue +++ b/pages/release/index.vue @@ -238,6 +238,7 @@ export default { } else { this.tagcontent = ''; this.show = false; + res.data.state = false; this.fileListes.push(res.data); this.$refs.uToast.show({ title: res.message,