|
@@ -11,7 +11,7 @@ export default {
|
|
|
layerid: "",
|
|
|
};
|
|
|
},
|
|
|
- created() {},
|
|
|
+ created() { },
|
|
|
methods: {
|
|
|
openDialog(componentName) {
|
|
|
// if (this.layerid) this.$layer.close(this.layerid);
|
|
@@ -28,13 +28,14 @@ export default {
|
|
|
backgroundImage: "url(/static/images/popup/modal-title.png)",
|
|
|
backgroundRepeat: "no-repeat",
|
|
|
},
|
|
|
- offset: [236, 488], //left top 左上角(left=430px/2;top=(800px+header高)/2)
|
|
|
+ // offset: [236, 488], //left top 左上角(left=430px/2;top=(800px+header高)/2)
|
|
|
+ offset: [340, 460], //left top 左上角(left=430px/2;top=(800px+header高)/2)
|
|
|
area: ["430px", "800px"],
|
|
|
title: "拆迁补偿预估",
|
|
|
maxmin: false,
|
|
|
shade: false, //是否显示遮罩
|
|
|
shadeClose: false, //点击遮罩是否关闭
|
|
|
- cancel: () => {},
|
|
|
+ cancel: () => { },
|
|
|
});
|
|
|
break;
|
|
|
|