完善页面

This commit is contained in:
wangxiaowei
2026-04-16 12:22:03 +08:00
parent ee209bdb7b
commit 83f4ed1d4b
3 changed files with 3 additions and 6 deletions

View File

@ -38,7 +38,7 @@
<view class="mt-22rpx">
<view class="text-26rpx leading-32rpx text-#606266">手机号</view>
<view class="mt-20rpx border-b border-b-solid border-b-[#F6F7F8] pb-20rpx">
<wd-input no-border placeholder="请填写手机号" v-model="form.mobile"></wd-input>
<wd-input no-border placeholder="请填写手机号" v-model="form.mobile" type="number"></wd-input>
</view>
</view>
</view>

View File

@ -607,9 +607,7 @@ const TeaSpecialist = {
let data = form.value
data.both = both.value
console.log("🚀 ~ form.value:", form.value)
return
toast.loading({
loadingType: 'ring',
loadingColor: '#4C9F44',

View File

@ -156,8 +156,7 @@
<view class="flex justify-between items-center mx-88rpx text-center mt-30rpx">
<view>
<view class="font-400 text-28rpx leading-40rpx text-#606266">性别</view>
<view class="font-bold text-30rpx leading-42rpx text-#303133 mt-12rpx">{{ info.sex == 1 ? '男' : '女'
}}
<view class="font-bold text-30rpx leading-42rpx text-#303133 mt-12rpx">{{ info.sex }}
</view>
</view>
<view class="w-4rpx h-66rpx bg-#F6F7F9"></view>