Skip to content

Commit

Permalink
update:将支付宝titleImage改为通用配置项
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyaqi committed Sep 3, 2019
1 parent 302d257 commit 30e58bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/webpack-uni-pages-loader/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const alipayWindowMap = {
'optionMenu': 'optionMenu',
'backgroundColor': 'backgroundColor',
'usingComponents': 'usingComponents',
'navigationBarShadow': 'navigationBarShadow'
'navigationBarShadow': 'navigationBarShadow',
'titleImage': 'titleImage'
}

const alipayTabBarMap = {
Expand Down

0 comments on commit 30e58bb

Please sign in to comment.