Explorar el Código

供货商处理报错,

jf hace 5 años
padre
commit
250650cbe4
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      ghsApp/src/admin/home/workbench.vue

+ 3 - 4
ghsApp/src/admin/home/workbench.vue

@@ -305,10 +305,8 @@ export default {
 	},
 	methods: {
 		init() {
-      this._init()
-		},
-    _init(){
-      getWeixinId().then(res => {
+
+			getWeixinId().then(res => {
 				this.getappIdList = res.data
 			});
 			getUser().then(res => {
@@ -339,6 +337,7 @@ export default {
 				}
 			});
 		},
+
 		goPage (item) {
 			if (item.url === '/admin/my-mall') {
 				this.getMyMall()