Merge pull request 'gdpao' (#68) from gyh into master
Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/68
This commit is contained in:
		
						commit
						3fe8f15aad
					
				@ -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() {
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
@ -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,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user