diff --git a/public/advertVedio.html b/public/advertVedio.html new file mode 100644 index 000000000..e1807014c --- /dev/null +++ b/public/advertVedio.html @@ -0,0 +1,43 @@ + + + + + + 广告屏 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + \ No newline at end of file diff --git a/public/components/login/login.html b/public/components/login/login.html index 19c0fb531..673ac3c01 100644 --- a/public/components/login/login.html +++ b/public/components/login/login.html @@ -16,7 +16,7 @@ 忘记密码?

Do not have an account?

- 请注册 + 请注册 diff --git a/public/components/login/login.js b/public/components/login/login.js index 7b1f478eb..b599e0b75 100644 --- a/public/components/login/login.js +++ b/public/components/login/login.js @@ -98,6 +98,9 @@ vc.component.loginInfo.errorInfo = errInfo; }); + }, + _doRegister:function(){ + vc.jumpToPage('/user.html#/register') } }, _destroyedMethod: function () { diff --git a/public/components/register/register.html b/public/components/register/register.html index f82b7e109..c061e3873 100644 --- a/public/components/register/register.html +++ b/public/components/register/register.html @@ -19,7 +19,7 @@

已有账户?

- 登录 + 登录 \ No newline at end of file diff --git a/public/components/register/register.js b/public/components/register/register.js index d5c5547bb..8f8d193fe 100644 --- a/public/components/register/register.js +++ b/public/components/register/register.js @@ -157,6 +157,9 @@ vc.messageTips("*密码长度必须在6位至12位"); } + }, + _doLogin:function(){ + vc.jumpToPage('/user.html#/login'); } } }); diff --git a/public/components/writeAdvertMachine/writeAdvertMachine.js b/public/components/writeAdvertMachine/writeAdvertMachine.js index cf80ef5fd..f7f2abaa5 100644 --- a/public/components/writeAdvertMachine/writeAdvertMachine.js +++ b/public/components/writeAdvertMachine/writeAdvertMachine.js @@ -25,7 +25,7 @@ return; } - vc.jumpToPage("/admin.html#/advertVedioView?machineCode=" + vc.jumpToPage("/advertVedio.html#/advertVedioView?machineCode=" + vc.component.writeAdvertMachineInfo.machineCode + "&communityId=" + vc.getCurrentCommunity().communityId); }, diff --git a/public/vcCore/vcFramework.js b/public/vcCore/vcFramework.js index 5213f2dde..62789e2ee 100644 --- a/public/vcCore/vcFramework.js +++ b/public/vcCore/vcFramework.js @@ -1324,3 +1324,5 @@ } })(window.vcFramework); + +