Merge: 合并电子名片及新组件微信视频号
This commit is contained in:
@@ -35,12 +35,12 @@ var vue = new Vue({
|
|||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
var data = JSON.parse($("#guessYouLikeConfig").val());
|
var data = JSON.parse($("#guessYouLikeConfig").val());
|
||||||
this.is_kefu = data.is_kefu;
|
this.is_kefu = data.is_kefu || 1;
|
||||||
this.is_mp = data.is_mp;
|
this.is_mp = data.is_mp || 1;
|
||||||
this.is_file = data.is_file;
|
this.is_file = data.is_file || 1;
|
||||||
this.is_video = data.is_video;
|
this.is_video = data.is_video || 1;
|
||||||
this.is_map = data.is_map;
|
this.is_map = data.is_map || 1;
|
||||||
this.is_channel = data.is_channel;
|
this.is_channel = data.is_channel || 1;
|
||||||
// 视频号设置初始化
|
// 视频号设置初始化
|
||||||
this.channel_display_style = data.channel_display_style || 'fixed';
|
this.channel_display_style = data.channel_display_style || 'fixed';
|
||||||
this.channel_aspect_ratio = data.channel_aspect_ratio || '16:9';
|
this.channel_aspect_ratio = data.channel_aspect_ratio || '16:9';
|
||||||
|
|||||||
Reference in New Issue
Block a user