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 @@