接单部分完成
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user