Skip to content

Commit

Permalink
fix(h5): 修复setNavigationBarColor重复定义的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Littly committed Apr 19, 2019
1 parent 049a994 commit ced8b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-h5/src/api/unsupportedApi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const getConnectedWifi = temporarilyNotSupport('getConnectedWifi')
// export const showModal = temporarilyNotSupport('showModal')
// export const showActionSheet = temporarilyNotSupport('showActionSheet')
// export const setNavigationBarTitle = temporarilyNotSupport('setNavigationBarTitle')
export const setNavigationBarColor = temporarilyNotSupport('setNavigationBarColor')
// export const setNavigationBarColor = temporarilyNotSupport('setNavigationBarColor')
// export const setTabBarBadge = temporarilyNotSupport('setTabBarBadge')
// export const removeTabBarBadge = temporarilyNotSupport('removeTabBarBadge')
// export const showTabBarRedDot = temporarilyNotSupport('showTabBarRedDot')
Expand Down

0 comments on commit ced8b11

Please sign in to comment.