feat: update of partner
This commit is contained in:
14
src/pages/withdraw-record/index.tsx
Normal file
14
src/pages/withdraw-record/index.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import { useShareAppMessage } from '@tarojs/taro';
|
||||
|
||||
import { getCommonShareMessage } from '@/utils/share';
|
||||
import './index.less';
|
||||
|
||||
const PREFIX = 'withdraw-record';
|
||||
|
||||
export default function WithdrawRecord() {
|
||||
useShareAppMessage(() => {
|
||||
return getCommonShareMessage(false);
|
||||
});
|
||||
|
||||
return <div className={PREFIX}></div>;
|
||||
}
|
||||
Reference in New Issue
Block a user