wangguoyu 3 dni temu
rodzic
commit
3757146c8d
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      pages/admin/haibao/haibaoInfo.vue

+ 3 - 1
pages/admin/haibao/haibaoInfo.vue

@@ -47,7 +47,9 @@
 	const haibaoUrl = ref('')
 	const sharePopupRef = ref(null)
 
-
+	function onShareSuccess(e){
+		 console.log('分享成功', e.scene)
+	}
 	function goUpPage() {
 		uni.redirectTo({
 			url: `/pages/admin/haibao/index?menuId=${data.menuId}`