fix: 暂时禁用头像上传, 微信小程序要求校验头像否则不过审

This commit is contained in:
huxuejian 2026-04-10 16:18:01 +08:00
parent 6277ea86fa
commit d3592ca211

View File

@ -5,10 +5,10 @@
<form-input :form="formData" :required="rule.anotherName.required" wordLimit="10" title="anotherName"
:name="rule.anotherName.name" @change="onChange($event)" />
<common-cell title="avatar" name="头像">
<view class="flex-grow flex items-center justify-end" @click="chooseAvatar()">
<view class="flex-grow flex items-center justify-end">
<image v-if="formData.avatar" class="avatar mr-5 rounded-full" :src="formData.avatar" />
<image v-else class="avatar mr-5 rounded-full" src="/static/home/avatar.svg" />
<uni-icons color="#999" type="right" size="16" />
<!-- <uni-icons color="#999" type="right" size="16" /> @click="chooseAvatar()"-->
</view>
</common-cell>
<form-select :form="formData" name="性别" title="gender" :range="genderOptions" @change="onChange($event)" />