first commit
This commit is contained in:
14
康唯唯私活/Vr项目/code/dist/resources/static/js/app/register.js
vendored
Normal file
14
康唯唯私活/Vr项目/code/dist/resources/static/js/app/register.js
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
define(['jquery','swiper','utils'],function ($,swiper,utils) {
|
||||
function Register() {
|
||||
|
||||
}
|
||||
|
||||
Register.prototype = {
|
||||
init () {
|
||||
console.log("用户注册")
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
return new Register();
|
||||
});
|
||||
Reference in New Issue
Block a user