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 @@ + + + +
+ +Do not have an account?
- 请注册 + 请注册已有账户?
- 登录 + 登录 \ 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); + +