提交 7ae5692a 编写于 作者: fxy060608's avatar fxy060608

build uni-mp-alipay(tabBar api)

上级 84845316
...@@ -162,14 +162,6 @@ const todos = [ ...@@ -162,14 +162,6 @@ const todos = [
'startAccelerometer', 'startAccelerometer',
'startCompass', 'startCompass',
'addPhoneContact', 'addPhoneContact',
'setTabBarItem',
'setTabBarStyle',
'hideTabBar',
'showTabBar',
'setTabBarBadge',
'removeTabBarBadge',
'showTabBarRedDot',
'hideTabBarRedDot',
'setBackgroundColor', 'setBackgroundColor',
'setBackgroundTextStyle', 'setBackgroundTextStyle',
'createIntersectionObserver', 'createIntersectionObserver',
...@@ -194,7 +186,15 @@ const todos = [ ...@@ -194,7 +186,15 @@ const todos = [
// 存在兼容性的 API 列表 // 存在兼容性的 API 列表
const canIUses = [ const canIUses = [
'startPullDownRefresh' 'startPullDownRefresh',
'setTabBarItem',
'setTabBarStyle',
'hideTabBar',
'showTabBar',
'setTabBarBadge',
'removeTabBarBadge',
'showTabBarRedDot',
'hideTabBarRedDot'
]; ];
function _handleNetworkInfo (result) { function _handleNetworkInfo (result) {
......
{ {
"name": "@dcloudio/uni-mp-alipay", "name": "@dcloudio/uni-mp-alipay",
"version": "0.0.813", "version": "0.0.814",
"description": "uni-app mp-alipay", "description": "uni-app mp-alipay",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册