提交 5a31c80d 编写于 作者: W wanganxp

导航调整、样式错误修正

上级 a9c742d4
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!-- #ifdef APP --> <!-- #ifdef APP -->
<scroll-view style="flex:1"> <scroll-view style="flex:1">
<!-- #endif --> <!-- #endif -->
<image src="/static/uni.png" style="margin: 30rpx 200rpx;height:196px;width:196pxpx;"></image> <image src="/static/uni.png" style="margin: 30rpx 200rpx;height:196px;width:196px;"></image>
<button style="margin: 30rpx;" @click="saveImage">将图片保存到手机相册</button> <button style="margin: 30rpx;" @click="saveImage">将图片保存到手机相册</button>
<!-- #ifdef APP --> <!-- #ifdef APP -->
</scroll-view> </scroll-view>
......
...@@ -397,9 +397,14 @@ ...@@ -397,9 +397,14 @@
name: 'storage(key-value存储)', name: 'storage(key-value存储)',
url: 'storage', url: 'storage',
api: ["getStorageInfo", "getStorageInfoSync", "getStorage", "getStorageSync", "setStorage", "setStorageSync", "removeStorage", "removeStorageSync", "clearStorage", "clearStorageSync"] api: ["getStorageInfo", "getStorageInfoSync", "getStorage", "getStorageSync", "setStorage", "setStorageSync", "removeStorage", "removeStorageSync", "clearStorage", "clearStorageSync"]
}, }
] as Page[],
},{
id: 'file',
name: '文件',
pages: [
{ {
name: '沙盒文件管理', name: 'fileSystemManager沙盒文件管理',
url: 'filemanager' url: 'filemanager'
}, },
] as Page[], ] as Page[],
...@@ -426,6 +431,7 @@ ...@@ -426,6 +431,7 @@
}, },
] as Page[], ] as Page[],
}, },
// #ifdef APP
{ {
id: 'login', id: 'login',
name: '登录与认证', name: '登录与认证',
...@@ -439,7 +445,8 @@ ...@@ -439,7 +445,8 @@
url: 'facial-recognition-verify', url: 'facial-recognition-verify',
} }
] as Page[], ] as Page[],
}, },
// #endif
/* { /* {
id: "rewarded-video-ad", id: "rewarded-video-ad",
url: "rewarded-video-ad", url: "rewarded-video-ad",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册