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

perf: 修改皮肤模板

parent 4381b506
......@@ -21,15 +21,12 @@
>
<div class="flex flexc aic jcc">
<a-icon type="setting" />
<span>设置</span>
</div>
<div class="flex flexc aic jcc">
<a-icon type="edit" />
<span>修改密码</span>
</div>
<div class="flex flexc aic jcc">
<a-icon type="logout" />
<span>退出登录</span>
</div>
</div>
</div>
......@@ -162,35 +159,6 @@ export default {
};
},
methods: {
// 过滤图片
// filterImg(val) {
// let url = "";
// this.skinFieldList
// .filter((v) => {
// return v.fieldType === "2";
// })
// .forEach((v) => {
// if (v.fieldName !== "" && v.fieldName === val) {
// url = v.fieldValue;
// }
// });
// return url;
// },
// // 过滤颜色
// filterColor(val) {
// let str = "";
// this.skinFieldList
// .filter((v) => {
// return v.fieldType === "1";
// })
// .forEach((v) => {
// if (v.fieldName !== "" && v.fieldName === val) {
// str = v.fieldValue;
// }
// });
// return str;
// },
// 过滤属性类型
filterItem(type, index) {
let arr = this.skinFieldList.filter((v) => {
......@@ -249,6 +217,7 @@ export default {
}
.header-right {
width: 180px;
font-size: 18px;
}
}
.main {
......
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