omi-mp - update avatarUrl
This commit is contained in:
parent
c5912a6361
commit
9efa5e3cc4
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue