Compare commits
No commits in common. 'e97fc7c19ceb613e16a46ed3af48e6823095d051' and '78833a95889246610669d88b6700452c603c014e' have entirely different histories.
e97fc7c19c
...
78833a9588
Before Width: | Height: | Size: 252 KiB |
@ -1,5 +1 @@
|
||||
/* pages/test/image.wxss */
|
||||
image{
|
||||
width: 300rpx;
|
||||
height: 300rpx;
|
||||
}
|
||||
/* pages/test/image.wxss */
|
@ -0,0 +1,2 @@
|
||||
<!--pages/test/vedio.wxml-->
|
||||
<text>pages/test/vedio.wxml</text>
|
@ -1,6 +0,0 @@
|
||||
<!--pages/test/vedio.wxml-->
|
||||
<text>pages/test/vedio.wxml</text>
|
||||
<view class="demobox">
|
||||
<view class="title">播放网络视频</view>
|
||||
<video src="{{src}}" controls="true" autoplay="true" danmu-list="{{danmulist}}"></video>
|
||||
</view>
|
Loading…
Reference in new issue