Merge branch 'dev-sws' into dev-yxl

master
于肖磊 2024-10-22 15:18:49 +08:00
commit 566e6ed7ae
4 changed files with 4 additions and 3 deletions

View File

@ -163,7 +163,6 @@
style_img_container: common_img_computer(common_style, this.propIndex), style_img_container: common_img_computer(common_style, this.propIndex),
tabs_style: new_tabs_style, tabs_style: new_tabs_style,
}); });
console.log(this.propValue);
}, },
tabs_click_event(index) { tabs_click_event(index) {
let new_data = JSON.parse(JSON.stringify(this.propValue)); let new_data = JSON.parse(JSON.stringify(this.propValue));

View File

@ -164,7 +164,6 @@
tabs_bottom_line_theme: new_style.tabs_one_theme == '1' ? 'tabs-bottom-line-theme' : '', tabs_bottom_line_theme: new_style.tabs_one_theme == '1' ? 'tabs-bottom-line-theme' : '',
tabs_theme_1_style: new_style.tabs_one_theme == '1', tabs_theme_1_style: new_style.tabs_one_theme == '1',
}); });
console.log(this.propValue);
}, },
// //
get_tabs_theme(data) { get_tabs_theme(data) {

View File

@ -107,7 +107,6 @@
}, },
// //
video_play(url, popup_width, popup_height) { video_play(url, popup_width, popup_height) {
console.log(url, popup_width, popup_height);
this.$emit('onVideoPlay', url, popup_width, popup_height); this.$emit('onVideoPlay', url, popup_width, popup_height);
}, },
}, },

View File

@ -100,6 +100,10 @@
// //
this.init(); this.init();
}, },
propSpacingCommonStyle(val) {
//
this.init();
},
}, },
methods: { methods: {
// //