Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:dcloudio/uni-app into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed May 30, 2019
2 parents f54e1d6 + 488441f commit 363c916
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/platforms/mp-alipay/service/api/protocols.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ const todos = [
'startAccelerometer',
'startCompass',
'addPhoneContact',
'setTabBarItem',
'setTabBarStyle',
'hideTabBar',
'showTabBar',
'setTabBarBadge',
'removeTabBarBadge',
'showTabBarRedDot',
'hideTabBarRedDot',
'setBackgroundColor',
'setBackgroundTextStyle',
'createIntersectionObserver',
Expand All @@ -46,7 +38,15 @@ const todos = [

// 存在兼容性的 API 列表
const canIUses = [
'startPullDownRefresh'
'startPullDownRefresh',
'setTabBarItem',
'setTabBarStyle',
'hideTabBar',
'showTabBar',
'setTabBarBadge',
'removeTabBarBadge',
'showTabBarRedDot',
'hideTabBarRedDot'
]

function _handleNetworkInfo (result) {
Expand Down Expand Up @@ -372,4 +372,4 @@ export {
protocols,
todos,
canIUses
}
}

0 comments on commit 363c916

Please sign in to comment.