From b0386429fe9fc0f03943b27c0a7f3d153d36ced4 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 9 Jan 2023 23:58:53 +0800 Subject: [PATCH] =?UTF-8?q?mp=EF=BC=9A=E6=94=AF=E6=8C=81=20wx-news?= =?UTF-8?q?=E3=80=81wx-location=20=E7=B1=BB=E5=9E=8B=E7=9A=84=E6=B6=88?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/mp/components/wx-location/main.vue | 36 +++++++ .../src/views/mp/components/wx-msg/main.vue | 27 ++--- .../src/views/mp/components/wx-news/main.vue | 101 ++++++++++++++++++ .../mp/components/wx-video-play/main.vue | 1 + .../mp/components/wx-voice-play/main.vue | 1 + yudao-ui-admin/src/views/mp/message/index.vue | 7 +- 6 files changed, 159 insertions(+), 14 deletions(-) create mode 100644 yudao-ui-admin/src/views/mp/components/wx-location/main.vue create mode 100644 yudao-ui-admin/src/views/mp/components/wx-news/main.vue diff --git a/yudao-ui-admin/src/views/mp/components/wx-location/main.vue b/yudao-ui-admin/src/views/mp/components/wx-location/main.vue new file mode 100644 index 000000000..7b27f97c2 --- /dev/null +++ b/yudao-ui-admin/src/views/mp/components/wx-location/main.vue @@ -0,0 +1,36 @@ + + + + diff --git a/yudao-ui-admin/src/views/mp/components/wx-msg/main.vue b/yudao-ui-admin/src/views/mp/components/wx-msg/main.vue index fe4754bc9..9ef566ab4 100644 --- a/yudao-ui-admin/src/views/mp/components/wx-msg/main.vue +++ b/yudao-ui-admin/src/views/mp/components/wx-msg/main.vue @@ -58,23 +58,20 @@
-
+
{{ item.title }}
{{item.description}}
- - - - - - +
+ +
- - - +
+ +
@@ -105,14 +102,17 @@ // import WxNews from '@/components/wx-news/main.vue' import WxVideoPlayer from '@/views/mp/components/wx-video-play/main.vue'; import WxVoicePlayer from '@/views/mp/components/wx-voice-play/main.vue'; + import WxNews from '@/views/mp/components/wx-news/main.vue'; + import WxLocation from '@/views/mp/components/wx-location/main.vue'; export default { name: "wxMsg", components: { // WxReplySelect, - // WxNews, WxVideoPlayer, - WxVoicePlayer + WxVoicePlayer, + WxNews, + WxLocation }, props: { wxUserId: { @@ -140,7 +140,8 @@ mp: { nickname: '公众号', avatar: require("@/assets/images/wechat.png"), - } + }, + qqMapKey: '' // } }, created() { diff --git a/yudao-ui-admin/src/views/mp/components/wx-news/main.vue b/yudao-ui-admin/src/views/mp/components/wx-news/main.vue new file mode 100644 index 000000000..6d6259541 --- /dev/null +++ b/yudao-ui-admin/src/views/mp/components/wx-news/main.vue @@ -0,0 +1,101 @@ + + + + + + diff --git a/yudao-ui-admin/src/views/mp/components/wx-video-play/main.vue b/yudao-ui-admin/src/views/mp/components/wx-video-play/main.vue index 9bd72baea..d306f40d2 100644 --- a/yudao-ui-admin/src/views/mp/components/wx-video-play/main.vue +++ b/yudao-ui-admin/src/views/mp/components/wx-video-play/main.vue @@ -1,6 +1,7 @@