|
@@ -185,9 +185,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
dropdownShow: false,
|
|
dropdownShow: false,
|
|
|
settingModal: false,
|
|
settingModal: false,
|
|
|
- // ==
|
|
|
|
|
delModal: false,
|
|
delModal: false,
|
|
|
- // operate
|
|
|
|
|
operateIndex: null,
|
|
operateIndex: null,
|
|
|
operateShow: false,
|
|
operateShow: false,
|
|
|
operateData: {},
|
|
operateData: {},
|
|
@@ -240,7 +238,7 @@ export default {
|
|
|
} else if (index === 1) {
|
|
} else if (index === 1) {
|
|
|
picTop({ id: this.operateData.id }).then(res => {
|
|
picTop({ id: this.operateData.id }).then(res => {
|
|
|
this.operateCloseFn();
|
|
this.operateCloseFn();
|
|
|
- this.$msg("置顶成功!");
|
|
|
|
|
|
|
+ this.$msg("操作成功!");
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
this.resetList();
|
|
this.resetList();
|
|
|
this._list();
|
|
this._list();
|
|
@@ -348,7 +346,7 @@ export default {
|
|
|
this.operateData = item;
|
|
this.operateData = item;
|
|
|
this.operateIndex = index;
|
|
this.operateIndex = index;
|
|
|
this.operateShow = true;
|
|
this.operateShow = true;
|
|
|
- this.operateTop = (index + 1) * (this.listHei + 10);
|
|
|
|
|
|
|
+ this.operateTop = (index + 1) * (this.listHei + 20);
|
|
|
let rightIndex = (index + 1) % 3;
|
|
let rightIndex = (index + 1) % 3;
|
|
|
this.operateRight = rightIndex == 0 ? 20 : rightIndex == 1 ? 348 : 160;
|
|
this.operateRight = rightIndex == 0 ? 20 : rightIndex == 1 ? 348 : 160;
|
|
|
}
|
|
}
|