接单部分完成

This commit is contained in:
Ling53666
2025-05-15 09:40:36 +08:00
parent bb84973913
commit 9b8553930b
37 changed files with 611 additions and 265 deletions

View File

@ -2,12 +2,12 @@
<view class="flex-col">
<view class="flex-col group">
<text style="margin: 20rpx;">姓名</text>
<input class="flex-col justify-start items-start text-wrapper input" />
<input class="flex-col justify-start items-start text-wrapper input" bindinput="name" />
<text style="margin: 20rpx;">手机号</text>
<input class="flex-col justify-start items-start text-wrapper_1 mt-10 input_1" />
<input class="flex-col justify-start items-start text-wrapper_1 mt-10 input_1" bindinput="phone" />
</view>
</view>
<view class="flex-col justify-start items-center text-wrapper_2 mt-609">
<view class="flex-col justify-start items-center text-wrapper_2 mt-609" bind:tap="submit">
<text class="text_3">申请资料报备</text>
</view>
</view>