This commit is contained in:
qsh
2025-09-01 18:09:36 +08:00
parent 01d69a9de3
commit bb7a64fb45

View File

@@ -16,15 +16,6 @@
style="width: 100px;text-align: right; flex: 1;"
/>
</view>
<view class="flex ai-c jc-sb p15 bb1">
<view class="fs14">真实姓名</view>
<input
type="text"
v-model="form.userName"
placeholder="请输入真实姓名"
style="width: 100px;text-align: right; flex: 1;"
/>
</view>
<view class="flex ai-c jc-sb p15 bb1">
<view class="fs14">性别</view>
<view class="flex" @tap="showPicker">
@@ -52,7 +43,7 @@
</template>
<script>
import { updateUserInfo } from '@/jtools/api/user'
// import { updateUserInfo } from '@/jtools/api/user'
import useUserStore from '@/jtools/store/user' //引入store
export default {
name: 'UserInfo',