diff --git a/components/my-icon/my-icon.vue b/components/my-icon/my-icon.vue
new file mode 100644
index 0000000..3f81b48
--- /dev/null
+++ b/components/my-icon/my-icon.vue
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 0c30da6..c5018f0 100644
--- a/pages.json
+++ b/pages.json
@@ -429,6 +429,22 @@
"navigationStyle": "custom"
}
},
+ {
+ "path" : "game/sanjiaozhou",
+ "style" :
+ {
+ "navigationBarTitleText" : "三角洲",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "game/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "游戏首页",
+ "navigationStyle": "custom"
+ }
+ },
{
"path" : "wx-payment-success/wx-payment-success",
"style" :
@@ -476,6 +492,14 @@
"navigationBarTitleText" : "广东",
"navigationStyle": "custom"
}
+ },
+ {
+ "path" : "video-chat/video-chat",
+ "style" :
+ {
+ "navigationBarTitleText" : "视频单聊",
+ "navigationStyle": "custom"
+ }
}
]
},
diff --git a/pages/index/index.nvue b/pages/index/index.nvue
index c7a4c89..7766a69 100644
--- a/pages/index/index.nvue
+++ b/pages/index/index.nvue
@@ -275,6 +275,11 @@ const otherList = [{
name: "视频群聊",
path: "/pages/other/video-group-chat/video-group-chat"
},
+{
+ icon: "/static/image/index/qita/shipinqunliao.png",
+ name: "视频单聊",
+ path: "/pages/other/video-chat/video-chat"
+},
{
icon: "/static/image/index/qita/zhifuchenggong-wx.png",
name: "微信支付",
@@ -297,8 +302,8 @@ const otherList = [{
},
{
icon: "/static/image/index/qita/game.png",
- name: "王者主页",
- path: "/pages/other/game/honor-of-kings"
+ name: "游戏",
+ path: "/pages/other/game/index"
},
{
icon: "/static/image/other/certificate/certificate.png",
diff --git a/pages/other/game/index.vue b/pages/other/game/index.vue
new file mode 100644
index 0000000..6fa6a50
--- /dev/null
+++ b/pages/other/game/index.vue
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/other/game/sanjiaozhou.vue b/pages/other/game/sanjiaozhou.vue
new file mode 100644
index 0000000..56eea25
--- /dev/null
+++ b/pages/other/game/sanjiaozhou.vue
@@ -0,0 +1,833 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/other/video-chat/video-chat.vue b/pages/other/video-chat/video-chat.vue
new file mode 100644
index 0000000..f3d968c
--- /dev/null
+++ b/pages/other/video-chat/video-chat.vue
@@ -0,0 +1,1470 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ button.name }}
+
+
+
+
+ {{ button.name }}
+
+
+
+
+
+
+
+
+
+ {{ data.timing }}
+
+
+ 完成
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ videoData.micOn ? '麦克风已开' : '麦克风已关' }}
+
+
+
+
+
+
+
+ {{ videoData.speakerOn ? '扬声器已开' : '扬声器已关' }}
+
+
+
+
+
+
+
+ {{ videoData.cameraOn ? '摄像头已开' : '摄像头已关' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 选择视频
+
+
+ 选择图片
+
+
+
+ 取消
+
+
+
+
+
+
+
+
diff --git a/pages/other/wx-payment-success/wx-payment-success.vue b/pages/other/wx-payment-success/wx-payment-success.vue
index 4b30c36..5f3551a 100644
--- a/pages/other/wx-payment-success/wx-payment-success.vue
+++ b/pages/other/wx-payment-success/wx-payment-success.vue
@@ -2,18 +2,22 @@
-
+
支付成功
+
{{ paymetInfo.productName }}
-
+
{{
Number(paymetInfo.money).toFixed(2) }}
+
+
完成
@@ -21,6 +25,18 @@