29 lines
764 B
Plaintext
29 lines
764 B
Plaintext
<view class="box">
|
|
<view class="list">
|
|
<view class="information">
|
|
<text>姓名</text>
|
|
<input type="text" />
|
|
</view>
|
|
<view class="information">
|
|
<text>联系电话</text>
|
|
<input type="text" />
|
|
</view>
|
|
<view class="information">
|
|
<text>邮箱</text>
|
|
<input type="text" />
|
|
</view>
|
|
<view class="information">
|
|
<text>护照奥马</text>
|
|
<input type="text" />
|
|
</view>
|
|
</view>
|
|
<view class="upload">
|
|
<text class="title">护照正反面照片</text>
|
|
<view class="files">
|
|
<image></image>
|
|
</view>
|
|
</view>
|
|
<view class="submit">
|
|
保存
|
|
</view>
|
|
</view> |