提交 cc18be9b 编写于 作者: weixin_46903668's avatar weixin_46903668

修改模板页面设计问题

上级 02b2e3ed
...@@ -48,7 +48,7 @@ ...@@ -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 { ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册