9 lines
369 B
Plaintext
9 lines
369 B
Plaintext
<view class="box">
|
|
<view class="user" wx:for="{{10}}" bind:tap="tiaozhuan">
|
|
<image class="head" src="https://wx.qlogo.cn/mmhead/iaRlzG8zy7BuYTtsyMPfPRSibv9icvpO2SZO5GBev6PvWiabibfJJfmxueA/0"></image>
|
|
<view class="info">
|
|
<text class="name">name</text>
|
|
<text class="text">texttexttext</text>
|
|
</view>
|
|
</view>
|
|
</view> |