邃芒智像(Uniapp : WX、TT、H5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
436 B

  1. export default {
  2. onShareAppMessage() {
  3. return {
  4. title: "邃芒智像",
  5. path: `/pages/login/index?userId=${uni.getStorageSync('userId')}`,
  6. };
  7. },
  8. // 分享到朋友圈
  9. onShareTimeline() {
  10. return {
  11. title: "邃芒智像",
  12. path: `/pages/login/index?userId=${uni.getStorageSync('userId')}`,
  13. };
  14. },
  15. // 收藏
  16. onAddToFavorites() {
  17. return {
  18. title: "邃芒智像",
  19. };
  20. }
  21. }