|
- export default {
- onShareAppMessage() {
- return {
- title: "邃芒智像",
- path: `/pages/login/index?userId=${uni.getStorageSync('userId')}`,
-
- };
- },
-
- // 分享到朋友圈
- onShareTimeline() {
- return {
- title: "邃芒智像",
- path: `/pages/login/index?userId=${uni.getStorageSync('userId')}`,
-
- };
- },
-
- // 收藏
- onAddToFavorites() {
- return {
- title: "邃芒智像",
-
- };
- }
- }
|