Showing
2 changed files
with
4 additions
and
4 deletions
@@ -54,10 +54,9 @@ Component({ | @@ -54,10 +54,9 @@ Component({ | ||
54 | wx.showLoading({ | 54 | wx.showLoading({ |
55 | mask: true | 55 | mask: true |
56 | }); | 56 | }); |
57 | - event.emit('user-is-login', {logged: this.logged.bind(this), loginSuccess: this.logged.bind(this)}); | 57 | + event.emit('user-is-login', {logged: this.logged.bind(this), loginSuccess: function(){}}); |
58 | }, | 58 | }, |
59 | logged(userInfo) { | 59 | logged(userInfo) { |
60 | - debugger; | ||
61 | this.service.fetchCode({ | 60 | this.service.fetchCode({ |
62 | shareUid: this.properties.shareUid, | 61 | shareUid: this.properties.shareUid, |
63 | uid: app.getUid(), | 62 | uid: app.getUid(), |
1 | { | 1 | { |
2 | "description": "项目配置文件。", | 2 | "description": "项目配置文件。", |
3 | "setting": { | 3 | "setting": { |
4 | - "urlCheck": false, | 4 | + "urlCheck": true, |
5 | "es6": true, | 5 | "es6": true, |
6 | "postcss": true, | 6 | "postcss": true, |
7 | "minified": true, | 7 | "minified": true, |
8 | - "newFeature": true | 8 | + "newFeature": true, |
9 | + "autoAudits": false | ||
9 | }, | 10 | }, |
10 | "compileType": "miniprogram", | 11 | "compileType": "miniprogram", |
11 | "libVersion": "2.0.0", | 12 | "libVersion": "2.0.0", |
-
Please register or login to post a comment