first commit
This commit is contained in:
1
unpackage/dist/dev/mp-weixin/pages/article/detail.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pages/article/detail.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user