Showing
2 changed files
with
24 additions
and
1 deletions
@@ -613,4 +613,27 @@ | @@ -613,4 +613,27 @@ | ||
613 | name: '衬衫' | 613 | name: '衬衫' |
614 | } | 614 | } |
615 | }] | 615 | }] |
616 | + } | ||
617 | + | ||
618 | +## 注册页 | ||
619 | + | ||
620 | + { | ||
621 | + registerPage: true, //用于加载js | ||
622 | + passport: { | ||
623 | + actionUrl: '/passport/register/mobileregister', //action | ||
624 | + region: [ | ||
625 | + { | ||
626 | + id: 86, //国家地区码 | ||
627 | + name: '中国', | ||
628 | + selected: true | ||
629 | + } | ||
630 | + ], | ||
631 | + location: '+86', //默认在哪个地区 | ||
632 | + captchaUrl: 'http://www.yohobuy.com/passport/images?t=1449799445', //验证码请求地址 | ||
633 | + itemUrl' => '##', //服务条款地址 | ||
634 | + referUrl' => 'http://www.yohobuy.com/', //注册后跳转链接 | ||
635 | + loginUrl' => '/signin.html?refer=http://www.yohobuy.com/', //登录链接 | ||
636 | + coverHref' => '/passport', //右侧封面跳转链接 | ||
637 | + coverImg' => '##', //右侧封面地址 | ||
638 | + } | ||
616 | } | 639 | } |
@@ -43,7 +43,7 @@ class RegisterController extends AbstractAction | @@ -43,7 +43,7 @@ class RegisterController extends AbstractAction | ||
43 | 'location' => '+86', | 43 | 'location' => '+86', |
44 | 'captchaUrl' => 'http://www.yohobuy.com/passport/images?t=1449799445', | 44 | 'captchaUrl' => 'http://www.yohobuy.com/passport/images?t=1449799445', |
45 | 'itemUrl' => '##', | 45 | 'itemUrl' => '##', |
46 | - 'refUrl' => 'http://www.yohobuy.com/', | 46 | + 'referUrl' => 'http://www.yohobuy.com/', |
47 | 'loginUrl' => '/signin.html?refer=http://www.yohobuy.com/', | 47 | 'loginUrl' => '/signin.html?refer=http://www.yohobuy.com/', |
48 | 'coverHref' => '/passport', | 48 | 'coverHref' => '/passport', |
49 | 'coverImg' => 'http://img12.static.yhbimg.com/yhb-img01/2015/12/01/07/020a0b6e7ff908d0c2bc4045b4fef42b9f.png?imageView/2/w/252/h/190' | 49 | 'coverImg' => 'http://img12.static.yhbimg.com/yhb-img01/2015/12/01/07/020a0b6e7ff908d0c2bc4045b4fef42b9f.png?imageView/2/w/252/h/190' |
-
Please register or login to post a comment