Commit a5f8a044 authored by 黄奎's avatar 黄奎

页面修改

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