Commit 93708096 authored by 黄奎's avatar 黄奎

页面修改

parent 79ef8d74
This diff is collapsed.
......@@ -102,28 +102,32 @@
},
//热区设置默认值
GetDefaultSpot() {
var objLogin = {
var objCancel = {
width: 224,
height: 80,
left: 340,
left: 84,
top: 566,
defaultX: 340,
defaultX: 84,
defaultY: 566,
link: "",
open_type: "login"
open_type: "cancel",
IsChecked:false,
};
this.addMsg.AuthDataList.push(objLogin);
var objCancel = {
this.addMsg.AuthDataList.push(objCancel);
var objLogin = {
width: 224,
height: 80,
left: 84,
left: 340,
top: 566,
defaultX: 84,
defaultX: 340,
defaultY: 566,
link: "",
open_type: "cancel"
open_type: "login",
IsChecked:false,
};
this.addMsg.AuthDataList.push(objCancel);
this.addMsg.AuthDataList.push(objLogin);
},
//保存
saveMsg() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment