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.
|
<!--pages/Second/Second.wxml-->
|
|
<view class="userinfo">
|
|
<view class="namel">
|
|
<text class="userinfo-avatar">{{Path}}</text>
|
|
<image class="user-image" src="/images/second.jpg"></image> //界面上的图案
|
|
</view>
|
|
<view class="name">
|
|
<text class="gu"bindtap='guess'>{{title}}</text>
|
|
</view>
|
|
</view>
|