qingcheng-xiaochengxu/pages/woyaojiedan/woyaojiedan.wxml

13 lines
574 B
Plaintext
Raw Normal View History

2025-05-11 07:12:01 +00:00
<view class="flex-col page">
<view class="flex-col">
<view class="flex-col group">
<text style="margin: 20rpx;">姓名</text>
2025-05-15 01:40:36 +00:00
<input class="flex-col justify-start items-start text-wrapper input" bindinput="name" />
2025-05-11 07:12:01 +00:00
<text style="margin: 20rpx;">手机号</text>
2025-05-15 01:40:36 +00:00
<input class="flex-col justify-start items-start text-wrapper_1 mt-10 input_1" bindinput="phone" />
2025-05-11 07:12:01 +00:00
</view>
</view>
2025-05-15 01:40:36 +00:00
<view class="flex-col justify-start items-center text-wrapper_2 mt-609" bind:tap="submit">
2025-05-11 07:12:01 +00:00
<text class="text_3">申请资料报备</text>
</view>
</view>