14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
![]() |
<view>
|
||
|
<view class="textbox" a:for="{{ message }}">
|
||
|
<view class="imagebox">
|
||
|
<image class="image" mode="scaleToFill" src="https://tse4-mm.cn.bing.net/th/id/OIP-C.Uoz1-5uTFTJ7s8fymTUhYgAAAA?w=181&h=191&c=7&r=0&o=5&dpr=1.3&pid=1.7" />
|
||
|
<view class="name">
|
||
|
<text>{{item.name}}</text>
|
||
|
<text>{{item.text}}</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="time">
|
||
|
<text>{{item.time}}</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|