Browse Source

no message

feature/v1.2
xpz2018 5 years ago
parent
commit
d5b7aac019
2 changed files with 2 additions and 2 deletions
  1. 2
      app.js
  2. 2
      pages/home/employee/index.js

2
app.js

@ -1,6 +1,6 @@
//app.js
App({
evn: 0, // 0: 开发版本;1:测试版本;2:生产版本
evn: 2, // 0: 开发版本;1:测试版本;2:生产版本
tmplIds: [''],
version: 152,
xAppId: '503258978847953926',

2
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}`
}
}
Loading…
Cancel
Save