3 lines
265 B
Plaintext
3 lines
265 B
Plaintext
<view wx:if="{{quoteUrls.length > 0}}" class="quote">
|
|
<text wx:for="{{quoteUrls}}" data-url="{{item.url}}" data-t="{{item.title}}" class="quote-item" catchtap="copyUrl" wx:key="index" decode="{{true}}">{{item.i}}. {{item.host}} {{item.title}}</text>
|
|
</view> |