|
@@ -2,14 +2,14 @@
|
|
|
el:'#produceContainer',
|
|
|
data:{
|
|
|
classlyList:[
|
|
|
- {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
- {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
- {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
- {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
- {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
- {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
- {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
- {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'}
|
|
|
+ // {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
+ // {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
+ // {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
+ // {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
+ // {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
+ // {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
+ // {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'},
|
|
|
+ // {name:'中胚层产品',icon:'https://m.360buyimg.com/babel/jfs/t1/60778/37/9838/3066/5d7739faEd3b7dbb9/dd4d9ef7ce8fc169.png',keyword:'/product/produce-list.html'}
|
|
|
],
|
|
|
hotlist:[
|
|
|
{name:'玻尿酸',type:'1',keyword:''},
|
|
@@ -1170,11 +1170,27 @@
|
|
|
},
|
|
|
},
|
|
|
methods:{
|
|
|
+ getClassify: function() {
|
|
|
+ var _self = this;
|
|
|
+ PublicApi.GetProductClassify({typeSort: 1, source: 'www'}, function (res) {
|
|
|
+ if (res.code == 0) {
|
|
|
+ _self.classlyList = res.data;
|
|
|
+ } else {
|
|
|
+ CAIMEI.Alert(res.msg, '确定', false);
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
closeup:function(){
|
|
|
this.showflag = false;
|
|
|
+ document.body.style.overflow='';
|
|
|
},
|
|
|
showNav:function(){
|
|
|
this.showflag = !this.showflag;
|
|
|
+ if (this.showflag){
|
|
|
+ document.body.style.overflow='hidden';
|
|
|
+ }else {
|
|
|
+ document.body.style.overflow='';
|
|
|
+ }
|
|
|
},
|
|
|
PromotionsFormat:function(promo){//促销活动类型数据处理
|
|
|
if(promo!=null){
|
|
@@ -1195,5 +1211,6 @@
|
|
|
if(userInfo){
|
|
|
this.userId = JSON.parse(userInfo).userId;
|
|
|
}
|
|
|
+ this.getClassify();
|
|
|
}
|
|
|
});
|