wangguoyu 3 天之前
父節點
當前提交
3757146c8d
共有 1 個文件被更改,包括 3 次插入1 次删除
  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}`