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

导航调整、样式错误修正

上级 a9c742d4
......@@ -2,7 +2,7 @@
<!-- #ifdef APP -->
<scroll-view style="flex:1">
<!-- #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>
<!-- #ifdef APP -->
</scroll-view>
......
......@@ -397,9 +397,14 @@
name: 'storage(key-value存储)',
url: 'storage',
api: ["getStorageInfo", "getStorageInfoSync", "getStorage", "getStorageSync", "setStorage", "setStorageSync", "removeStorage", "removeStorageSync", "clearStorage", "clearStorageSync"]
},
}
] as Page[],
},{
id: 'file',
name: '文件',
pages: [
{
name: '沙盒文件管理',
name: 'fileSystemManager沙盒文件管理',
url: 'filemanager'
},
] as Page[],
......@@ -426,6 +431,7 @@
},
] as Page[],
},
// #ifdef APP
{
id: 'login',
name: '登录与认证',
......@@ -439,7 +445,8 @@
url: 'facial-recognition-verify',
}
] as Page[],
},
},
// #endif
/* {
id: "rewarded-video-ad",
url: "rewarded-video-ad",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册