20 lines
758 B
Plaintext
20 lines
758 B
Plaintext
<!--packageD/article/PayarticleList/PayarticleList.wxml-->
|
|
|
|
<view class="box">
|
|
<view class="line" wx:for="{{datas}}" wx:key="index" catchtap="toNoticeInfo" data-isda="{{item}}">
|
|
<view class="left">
|
|
<image src="{{item.thumb?item.thumb:'https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/img_default.png'}}"></image>
|
|
</view>
|
|
<view class="right">
|
|
<view class="top">{{item.title}}</view>
|
|
<view class="bottom">
|
|
<view class="mun"><view class="dor">{{language['money']}}</view>{{item.has_one_article_pay.money}}</view>
|
|
<view class="bom">
|
|
<view class="name">{{item.author}}</view>
|
|
<view class="time">{{item.virtual_at}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|