omi-mp - update avatarUrl

This commit is contained in:
dntzhang 2019-04-11 11:07:36 +08:00
parent c5912a6361
commit 9efa5e3cc4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Page({
userInfo: {
nickName: 'Omi',
avatarUrl:
'https://github.com/Tencent/omi/raw/master/assets/omi-logo.svg?sanitize=true'
'https://github.com/Tencent/omi/raw/master/assets/omi-logo2019.svg?sanitize=true'
},
hasUserInfo: false,
canIUse: wx.canIUse('button.open-type.getUserInfo')

View File

@ -15,7 +15,7 @@ const mpOption = function () {
userInfo: {
nickName: 'Omi',
avatarUrl:
'https://github.com/Tencent/omi/raw/master/assets/omi-logo.svg?sanitize=true'
'https://github.com/Tencent/omi/raw/master/assets/omi-logo2019.svg?sanitize=true'
},
hasUserInfo: false,
canIUse: wx.canIUse('button.open-type.getUserInfo')