You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
393 B
12 lines
393 B
<!--pages/third/third.wxml-->
|
|
<view class="userinfo">
|
|
<view class="namel">
|
|
<text class="userinfo-avatar">{{Path}}</text>
|
|
</view>
|
|
<view class="name"bindtap='guess'>
|
|
<text class="gu">{{title}}</text>
|
|
</view>
|
|
<image src="/images/3.png" style=" width: 100%;height: 100%;position:fixed; background-size:100% 100%;z-index: -1;"></image>
|
|
</view>
|
|
|
|
|