From e15dbdbc396f61a645c8d8a504b45476f1fcea08 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 30 五月 2025 17:16:17 +0800
Subject: [PATCH] 评论点赞功能

---
 components/m-share/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/components/m-share/index.vue b/components/m-share/index.vue
index c1ce033..3592c7c 100644
--- a/components/m-share/index.vue
+++ b/components/m-share/index.vue
@@ -29,11 +29,15 @@
   </u-popup>
 </template>
 <script>
+import UIcon from '@/uview-components/uview-ui/components/u-icon/u-icon.vue';
+import UPopup from '@/uview-components/uview-ui/components/u-popup/u-popup.vue';
+
 import { h5Copy } from "@/js_sdk/h5-copy/h5-copy.js";
 import configs from "@/config/config";
-import mpShare from "uview-ui/libs/mixin/mpShare.js";
+import mpShare from "@/uview-components/uview-ui/index.js";
 
 export default {
+  components: {UIcon,UPopup},
   mixins: [mpShare],
   data() {
     return {

--
Gitblit v1.8.0