13 lines
574 B
Plaintext
13 lines
574 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="flex-col justify-start items-center text-wrapper_2 mt-609" bind:tap="submit">
|
|
<text class="text_3">申请资料报备</text>
|
|
</view>
|
|
</view> |