feat: update
This commit is contained in:
@ -5,5 +5,7 @@ import Toast from '@/utils/toast';
|
||||
import './index.less';
|
||||
|
||||
export default function ProtocolWebview() {
|
||||
return <WebView src="https://neighbourhood.cn/user-agreement.html" onError={() => Toast.error('加载失败请重试')} />;
|
||||
return (
|
||||
<WebView src="https://neighbourhood.cn/user-agreement.html?t=1" onError={() => Toast.error('加载失败请重试')} />
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user