commit
This commit is contained in:
10
figma_html_page/js/login.js
Normal file
10
figma_html_page/js/login.js
Normal file
@@ -0,0 +1,10 @@
|
||||
function wechatLogin() {
|
||||
localStorage.setItem('isLoggedIn', 'true');
|
||||
localStorage.setItem('userName', '星阿星');
|
||||
localStorage.setItem('userCompany', '北京乐航时代科技有限公司');
|
||||
window.location.href = 'select-product.html';
|
||||
}
|
||||
|
||||
function goPhoneLogin() {
|
||||
window.location.href = 'phone-login.html';
|
||||
}
|
||||
Reference in New Issue
Block a user