feat: first commit
This commit is contained in:
9
src/pages/protocol-webview/index.tsx
Normal file
9
src/pages/protocol-webview/index.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import { WebView } from '@tarojs/components';
|
||||
|
||||
import Toast from '@/utils/toast';
|
||||
|
||||
import './index.less';
|
||||
|
||||
export default function ProtocolWebview() {
|
||||
return <WebView src="https://neighbourhood.cn/user-agreement.html" onError={() => Toast.error('加载失败请重试')} />;
|
||||
}
|
||||
Reference in New Issue
Block a user