Commit e2d146ac authored by “yiyousong”'s avatar “yiyousong”

pref:修改设置皮肤

parent f2b5ee4e
...@@ -82,10 +82,11 @@ export default { ...@@ -82,10 +82,11 @@ export default {
}, },
// 选择使用皮肤 // 选择使用皮肤
async changeSkin(row) { async changeSkin(row) {
console.log(row);
let _this = this; let _this = this;
let obj = { let obj = {
id: row.id, id: row.id,
siteId: row.id, siteId: this.siteId,
}; };
if (row.used == 1) { if (row.used == 1) {
obj.used = 0; obj.used = 0;
......
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