main
JING 8 months ago
parent 0df518c15c
commit 28a07a8660
  1. 20
      pagesA/photo/photo_2.vue

@ -145,13 +145,7 @@
'https://img30.360buyimg.com/sku/jfs/t1/221254/4/39390/74349/661e039aF46114279/48532008a0001dd0.jpg', 'https://img30.360buyimg.com/sku/jfs/t1/221254/4/39390/74349/661e039aF46114279/48532008a0001dd0.jpg',
'https://img30.360buyimg.com/sku/jfs/t1/221254/4/39390/74349/661e039aF46114279/48532008a0001dd0.jpg', 'https://img30.360buyimg.com/sku/jfs/t1/221254/4/39390/74349/661e039aF46114279/48532008a0001dd0.jpg',
], ],
has_face : 1 ,//
show_3:false,
show_2:false,
face_list :[],
select_index:0,
select_id:''
} }
}, },
@ -180,19 +174,7 @@
this.margin_top += e; this.margin_top += e;
} }
, ,
getFace(){
if(this.has_face == 0){
this.show_2 = true
}else{
for(let n=0;n<3;n++){
let t = {};
t.url = '/static/img/index/banner.png';
this.face_list.push(t);
}
this.show_3 = true
}
},
selectThis(index,id){ selectThis(index,id){
this.select_id = id; this.select_id = id;
this.select_index = index; this.select_index = index;

Loading…
Cancel
Save