|
@@ -639,14 +639,18 @@
|
|
|
})
|
|
|
}
|
|
|
|
|
|
- zc('config', {
|
|
|
- top_bar_flag: 0,
|
|
|
- auto_expand: true,
|
|
|
- show_face: 1,
|
|
|
- async: 1,
|
|
|
- partnerid: ajaxUserInfo.userId,
|
|
|
- uname: ajaxUserInfo.nickName,
|
|
|
- face: ajaxUserInfo.headImage
|
|
|
+ zc("frame_manual", function (res) {
|
|
|
+ console.log("初始化成功")
|
|
|
+ zc('config', {
|
|
|
+ // custom:true,
|
|
|
+ auto_expand: false,
|
|
|
+ show_face: 1,
|
|
|
+ async: 1,
|
|
|
+ partnerid: ajaxUserInfo.userId,
|
|
|
+ uname: ajaxUserInfo.nickName,
|
|
|
+ face: ajaxUserInfo.headImage
|
|
|
+ })
|
|
|
+ zc("dynamic_ready")
|
|
|
})
|
|
|
}).fail(function () {
|
|
|
console.log('xxx')
|