'update'
This commit is contained in:
BIN
src/images/nomad.mp4
Normal file
BIN
src/images/nomad.mp4
Normal file
Binary file not shown.
BIN
src/images/nomadPoster.jpg
Normal file
BIN
src/images/nomadPoster.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
@@ -46,6 +46,10 @@ import zhengzhou from "../../images/zhengzhou.jpg";
|
|||||||
import haikou from "../../images/haikou.jpg";
|
import haikou from "../../images/haikou.jpg";
|
||||||
import hegang from "../../images/hegang.jpg";
|
import hegang from "../../images/hegang.jpg";
|
||||||
|
|
||||||
|
import nomadPoster from "../../images/nomadPoster.jpg";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import yintian from "../../images/cloud/yintian.png";
|
import yintian from "../../images/cloud/yintian.png";
|
||||||
import taiyang from "../../images/cloud/taiyang.png";
|
import taiyang from "../../images/cloud/taiyang.png";
|
||||||
import xiayu from "../../images/cloud/xiayu.png";
|
import xiayu from "../../images/cloud/xiayu.png";
|
||||||
@@ -56,6 +60,8 @@ import nomadcna192 from "../../images/cloud/nomadcna192.png";
|
|||||||
|
|
||||||
import nomadBook from "../../images/nomadBook.jpg";
|
import nomadBook from "../../images/nomadBook.jpg";
|
||||||
import wechatGroup from "../../images/wechatGroup.jpg";
|
import wechatGroup from "../../images/wechatGroup.jpg";
|
||||||
|
import nomad from "../../images/nomad.mp4";
|
||||||
|
|
||||||
|
|
||||||
import IndexDetail from "./componments/IndexDetail/index";
|
import IndexDetail from "./componments/IndexDetail/index";
|
||||||
|
|
||||||
@@ -252,14 +258,15 @@ const Index = () => {
|
|||||||
<Video
|
<Video
|
||||||
className="videoDom"
|
className="videoDom"
|
||||||
id="video"
|
id="video"
|
||||||
src="https://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400"
|
src={nomad}
|
||||||
poster={guangzhou}
|
poster={nomadPoster}
|
||||||
initialTime={0}
|
initialTime={0}
|
||||||
controls={true}
|
controls={true}
|
||||||
autoplay={false}
|
autoplay={false}
|
||||||
loop={false}
|
loop={false}
|
||||||
muted={false}
|
muted={false}
|
||||||
floatingMode={"page"}
|
floatingMode={"page"}
|
||||||
|
objectFit={"contain"}
|
||||||
/>
|
/>
|
||||||
<View className="jonNomad">
|
<View className="jonNomad">
|
||||||
<AtButton className="jonNomadBtn" type="primary" size="small">{`踏上游牧之旅->`}</AtButton>
|
<AtButton className="jonNomadBtn" type="primary" size="small">{`踏上游牧之旅->`}</AtButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user