diff --git a/packages/uni-mp-alipay/dist/index.js b/packages/uni-mp-alipay/dist/index.js index 976ba3a1d8f4bab0590490bfdb41f8eff70020f3..31a5183b94d03570daf81a382ba9437ec6446f3c 100644 --- a/packages/uni-mp-alipay/dist/index.js +++ b/packages/uni-mp-alipay/dist/index.js @@ -162,14 +162,6 @@ const todos = [ 'startAccelerometer', 'startCompass', 'addPhoneContact', - 'setTabBarItem', - 'setTabBarStyle', - 'hideTabBar', - 'showTabBar', - 'setTabBarBadge', - 'removeTabBarBadge', - 'showTabBarRedDot', - 'hideTabBarRedDot', 'setBackgroundColor', 'setBackgroundTextStyle', 'createIntersectionObserver', @@ -194,7 +186,15 @@ const todos = [ // 存在兼容性的 API 列表 const canIUses = [ - 'startPullDownRefresh' + 'startPullDownRefresh', + 'setTabBarItem', + 'setTabBarStyle', + 'hideTabBar', + 'showTabBar', + 'setTabBarBadge', + 'removeTabBarBadge', + 'showTabBarRedDot', + 'hideTabBarRedDot' ]; function _handleNetworkInfo (result) { diff --git a/packages/uni-mp-alipay/package.json b/packages/uni-mp-alipay/package.json index 6984a2c92ddbfbe36d159d0d8388787f887b8892..13d5257021db59ae8a93569695504f95253a3e68 100644 --- a/packages/uni-mp-alipay/package.json +++ b/packages/uni-mp-alipay/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-alipay", - "version": "0.0.813", + "version": "0.0.814", "description": "uni-app mp-alipay", "main": "dist/index.js", "scripts": {