邃芒智像(Uniapp : WX、TT、H5)
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

27 satır
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. }