11 lines
295 B
TypeScript
11 lines
295 B
TypeScript
/**
|
||
* @title 分享小程序文案
|
||
*/
|
||
export const handleShareAppMsg = () => {
|
||
return {
|
||
title: '急用钱就用小易金选!最高20万额度,随借随还',
|
||
path: 'pages/index/index',
|
||
imageUrl: 'https://ltf-pub.yijiesudai.com/test/20241119/file/2c9c48c87ba9b017.png'
|
||
}
|
||
}
|