19 lines
541 B
Plaintext
19 lines
541 B
Plaintext
![]() |
<view>
|
||
|
<view class="box1">
|
||
|
<text class="text1">个人信息</text>
|
||
|
<view class="box2">
|
||
|
<!-- 头像 -->
|
||
|
<text class="z1">头像</text>
|
||
|
<image mode="scaleToFill" src="../image/1.png" />
|
||
|
<view class="x1"></view>
|
||
|
<!-- 昵称 -->
|
||
|
<text class="z2">昵称</text>
|
||
|
<text class="z3">爱美甲的仙女123</text>
|
||
|
<view class="x2"></view>
|
||
|
<!-- 地区 -->
|
||
|
<text class="z4">地区</text>
|
||
|
<text class="z5">哈尔滨</text>
|
||
|
<view class="x3"></view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|