Showing
1 changed file
with
30 additions
and
34 deletions
@@ -587,43 +587,10 @@ | @@ -587,43 +587,10 @@ | ||
587 | } | 587 | } |
588 | } | 588 | } |
589 | 589 | ||
590 | -<<<<<<< HEAD | ||
591 | ## 逛 | 590 | ## 逛 |
592 | 591 | ||
593 | ### 【公用】资讯 | 592 | ### 【公用】资讯 |
594 | 593 | ||
595 | -======= | ||
596 | -## Passport | ||
597 | - | ||
598 | -### 【公用】左侧YohoFamily LOGO | ||
599 | - | ||
600 | - { | ||
601 | - coverHref: '', //跳转链接,需要有跳转就传,不需要就不传 | ||
602 | - coverImg: '' //图片地址 | ||
603 | - } | ||
604 | - | ||
605 | -### 登录页 | ||
606 | - | ||
607 | - { | ||
608 | - passport: { | ||
609 | - coverHref: '', //跳转链接,需要有跳转就传,不需要就不传 | ||
610 | - coverImg: '' //图片地址 | ||
611 | - | ||
612 | - countryCode: '86', //无+ | ||
613 | - countryName: '中国', | ||
614 | - | ||
615 | - countryList: [ | ||
616 | - { | ||
617 | - code: '', | ||
618 | - name: '' | ||
619 | - }, | ||
620 | - ... | ||
621 | - ] | ||
622 | - } | ||
623 | - } | ||
624 | - | ||
625 | -## 站点头部 | ||
626 | ->>>>>>> 17d25992b3d621fa97bd9318bff69ee5dcbeff5a | ||
627 | { | 594 | { |
628 | id: '', | 595 | id: '', |
629 | classification: '最新', | 596 | classification: '最新', |
@@ -818,7 +785,36 @@ | @@ -818,7 +785,36 @@ | ||
818 | } | 785 | } |
819 | } | 786 | } |
820 | 787 | ||
821 | -## 注册页 | 788 | +## Passport |
789 | + | ||
790 | +### 【公用】左侧YohoFamily LOGO | ||
791 | + | ||
792 | + { | ||
793 | + coverHref: '', //跳转链接,需要有跳转就传,不需要就不传 | ||
794 | + coverImg: '' //图片地址 | ||
795 | + } | ||
796 | + | ||
797 | +### 登录页 | ||
798 | + | ||
799 | + { | ||
800 | + passport: { | ||
801 | + coverHref: '', //跳转链接,需要有跳转就传,不需要就不传 | ||
802 | + coverImg: '' //图片地址 | ||
803 | + | ||
804 | + countryCode: '86', //无+ | ||
805 | + countryName: '中国', | ||
806 | + | ||
807 | + countryList: [ | ||
808 | + { | ||
809 | + code: '', | ||
810 | + name: '' | ||
811 | + }, | ||
812 | + ... | ||
813 | + ] | ||
814 | + } | ||
815 | + } | ||
816 | + | ||
817 | +### 注册页 | ||
822 | 818 | ||
823 | { | 819 | { |
824 | registerPage: true, //用于加载js | 820 | registerPage: true, //用于加载js |
-
Please register or login to post a comment