1 line
588 B
Plaintext
1 line
588 B
Plaintext
<view style="padding:30rpx;"><view style="font-size:34rpx;">{{articleItem.title}}</view><view style="height:20rpx;"></view><view style="color:#999;font-size:30rpx;">{{"发布时间:"+articleItem.created_at}}</view><view style="height:20rpx;"></view><block wx:if="{{articleItem.video}}"><video style="width:690rpx;height:388rpx;" poster="{{articleItem.cover}}" src="{{articleItem.video}}" direction="{{90}}"></video></block><view style="height:20rpx;"></view><view><mp-html vue-id="58187223-1" content="{{articleItem.note}}" bind:__l="__l"></mp-html></view><view style=";"></view></view> |