体验官修改

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

@@ -70,7 +70,7 @@ Page({
if(type == 'avatar') {
wx.chooseMedia({
count : 1,
mediaType: 'image',
mediaType: ['image'],
success : path => {
// 上传图片
wx.$api.file.uploadImg(path.tempFiles[0].tempFilePath, {}).then(res=>{