From a3667d1fc176eaff31f7e05b641fa15ffae6bd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Wed, 17 Jul 2024 15:39:51 +0800 Subject: [PATCH] video --- .../component/commonComponents/video/ios.nvue | 56 +++--- static/html/aliplayer.html | 175 +++++++++--------- static/html/aliplayerOk.html | 97 ++++++++++ 3 files changed, 209 insertions(+), 119 deletions(-) create mode 100644 static/html/aliplayerOk.html diff --git a/pages/component/commonComponents/video/ios.nvue b/pages/component/commonComponents/video/ios.nvue index 5553075..01da3ac 100644 --- a/pages/component/commonComponents/video/ios.nvue +++ b/pages/component/commonComponents/video/ios.nvue @@ -1,11 +1,7 @@ - .btn-yellow { - background-color: #f0ad4e; - } + - .desc { - padding: 10px; - color: #999999; - } - - - -

web-view 组件加载本地 html 示例,仅在 App 环境下生效。点击下列按钮,跳转至其它页面。

-
- - - - - -
-

网页向应用发送消息。注意:小程序端应用会在此页面后退时接收到消息。

-
- -
- - - - - + + + + + + + + + + + +
+
+ +
+ + + + + + \ No newline at end of file diff --git a/static/html/aliplayerOk.html b/static/html/aliplayerOk.html new file mode 100644 index 0000000..c97de55 --- /dev/null +++ b/static/html/aliplayerOk.html @@ -0,0 +1,97 @@ + + + + + + + 本地网页 + + + + +

web-view 组件加载本地 html 示例,仅在 App 环境下生效。点击下列按钮,跳转至其它页面。

+
+ + + + + +
+

网页向应用发送消息。注意:小程序端应用会在此页面后退时接收到消息。

+
+ +
+ + + + + + \ No newline at end of file