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