15 lines
581 B
Plaintext
15 lines
581 B
Plaintext
<view class="flex-col page">
|
|
<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" bindinput="name" />
|
|
<text style="margin: 20rpx;">手机号</text>
|
|
<input class="flex-col justify-start items-start text-wrapper_1 mt-10 input_1" bindinput="phone" />
|
|
</view>
|
|
</view>
|
|
<view class="bottoma">
|
|
<view class="youbuttonm" bind:tap="jiedan">
|
|
<text style="color: white;">申请资料报备</text>
|
|
</view>
|
|
</view>
|
|
</view> |