修改模板页面设计问题

This commit is contained in:
evoxwht 2021-02-24 14:09:00 +08:00
parent 02b2e3ed88
commit cc18be9b29
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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;