diff --git a/app.js b/app.js index 5bc6641..50ac6e8 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,6 @@ //app.js App({ - evn: 0, // 0: 开发版本;1:测试版本;2:生产版本 + evn: 2, // 0: 开发版本;1:测试版本;2:生产版本 tmplIds: [''], version: 152, xAppId: '503258978847953926', diff --git a/pages/home/employee/index.js b/pages/home/employee/index.js index d39da64..8079267 100644 --- a/pages/home/employee/index.js +++ b/pages/home/employee/index.js @@ -144,7 +144,7 @@ Scene({ onShareAppMessage: function () { return { title: '邀请您加入' + app.userInfo.factoryName, - imageUrl: '/assets/image/icon_logo.png', + imageUrl: 'https://img.imgdb.cn/item/607660278322e6675ccd9960.png', path: `pages/login/index?qrcode=${this.data.qrcode}` } }