mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-12 11:09:23 +00:00
修改模板页面设计问题
This commit is contained in:
parent
02b2e3ed88
commit
cc18be9b29
@ -48,7 +48,7 @@
|
|||||||
this.setConfig = names +'/setConfig';
|
this.setConfig = names +'/setConfig';
|
||||||
this.updataConfig = names +'/updataConfig';
|
this.updataConfig = names +'/updataConfig';
|
||||||
this.pageId = parseInt(pageId);
|
this.pageId = parseInt(pageId);
|
||||||
this.iframeUrl = `${location.origin}?type=iframe`;
|
this.iframeUrl = `${location.origin}?type=crmebDiy`;
|
||||||
diyGetInfo(parseInt(pageId)).then(datas=>{
|
diyGetInfo(parseInt(pageId)).then(datas=>{
|
||||||
let data = datas.data.info.value;
|
let data = datas.data.info.value;
|
||||||
this.upData(data);
|
this.upData(data);
|
||||||
|
|||||||
@ -58,7 +58,7 @@ export default {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
if (option.query.hasOwnProperty('type')) {
|
if (option.query.hasOwnProperty('type') && option.query.type=="crmebDiy") {
|
||||||
this.globalData.isIframe = true;
|
this.globalData.isIframe = true;
|
||||||
} else {
|
} else {
|
||||||
this.globalData.isIframe = false;
|
this.globalData.isIframe = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user