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