体验官修改

This commit is contained in:
2023-07-31 17:27:05 +08:00
parent a0399a8944
commit c41b852aaf
26 changed files with 1568 additions and 124 deletions

View File

@@ -86,6 +86,7 @@ Page({
uploadPhoto() {
wx.chooseMedia({
count : 1,
mediaType: ['image'],
sourceType: ['camera'],
camera : 'front',
success : path => {