Commit a5f8a044 authored by 黄奎's avatar 黄奎

页面修改

parent 9f57d37b
......@@ -109,7 +109,7 @@
data() {
return {
CurrentUserInfo: {},
defaultHeadImg: `this.src="${require("../assets/img/default_head_img.jpg")}"`,
defaultHeadImg: 'this.src="' + require("../assets/img/default_head_img.jpg") + '"',
zoomH: 1,
NotDealCount: 0,
MyAuditCount: 0,
......
......@@ -206,6 +206,7 @@
orders: [],
pageLoading: false,
RLoading: false,
rList:[],
CurrentUserInfo: {},
};
},
......
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