This commit is contained in:
zpc 2025-08-20 12:45:15 +08:00
parent 899bc122b1
commit df280fecbf
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ export const getLocation = async () => {
export const chooseImage = async () => {
return new Promise((resolve, reject) => {
uni.chooseImage({
sourceType:['camera'],
count: 1,
success: (res) => {
resolve(res);

View File

@ -2,6 +2,7 @@
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png">
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
CSS.supports('top: constant(a)'))