|
|
|
@ -31,6 +31,7 @@
|
|
|
|
|
import log from "@/utils/log"; |
|
|
|
|
import {userDetail, userExtends} from "@/api/user"; |
|
|
|
|
import {allBadgeCount, allChatCount, waitOrderCount} from "../../api/other"; |
|
|
|
|
import {onShareAppMessage} from "@dcloudio/uni-app"; |
|
|
|
|
export default { |
|
|
|
|
components: { |
|
|
|
|
FooterNav, |
|
|
|
@ -220,7 +221,19 @@
|
|
|
|
|
this.title = newVal; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onShareAppMessage() { |
|
|
|
|
return { |
|
|
|
|
title:'汪汪行天下', |
|
|
|
|
path:'/pages/Index/index', |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onShareTimeline() { |
|
|
|
|
return { |
|
|
|
|
title:'汪汪行天下', |
|
|
|
|
path:'/pages/Index/index', |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|