作者 王晓刚
1 个管道 的构建 通过 耗费 2 秒

当年保费支出

@@ -28,10 +28,10 @@ @@ -28,10 +28,10 @@
28 <div id="text1">{$page_html1.content}</div> 28 <div id="text1">{$page_html1.content}</div>
29 </div> 29 </div>
30 <div class="regbtn collocation">免费托管</div> 30 <div class="regbtn collocation">免费托管</div>
31 - <div class="costbox costbottom">  
32 - <div id="text2">{$page_html2.content}</div>  
33 - </div>  
34 - <div class="regbtn pay_btn"><a href="{:url('form/index')}">成为付费用户</a></div> 31 + <!--<div class="costbox costbottom">-->
  32 + <!--<div id="text2">{$page_html2.content}</div>-->
  33 + <!--</div>-->
  34 + <!--<div class="regbtn pay_btn"><a href="{:url('form/index')}">成为付费用户</a></div>-->
35 <elseif condition="$type eq 2"/> 35 <elseif condition="$type eq 2"/>
36 <div class="costbox"> 36 <div class="costbox">
37 <div>{$page_html2.content}</div> 37 <div>{$page_html2.content}</div>
@@ -682,22 +682,40 @@ @@ -682,22 +682,40 @@
682 var that=$(this); 682 var that=$(this);
683 weui.picker([{ 683 weui.picker([{
684 label: '3年', 684 label: '3年',
685 - value: '3' 685 + value: '3'
686 }, { 686 }, {
687 label: '5年', 687 label: '5年',
688 - value: '5' 688 + value: '5'
689 }, { 689 }, {
690 label: '10年', 690 label: '10年',
691 - value: '10' 691 + value: '10'
692 }, { 692 }, {
693 label: '15年', 693 label: '15年',
694 - value: '15' 694 + value: '15'
695 }, { 695 }, {
696 label: '20年', 696 label: '20年',
697 - value: '20' 697 + value: '20'
698 }, { 698 }, {
699 label: '30年', 699 label: '30年',
700 - value: '30' 700 + value: '30年'
  701 + }, {
  702 + label: '至60岁',
  703 + value: '至60岁'
  704 + }, {
  705 + label: '至65岁',
  706 + value: '至65岁'
  707 + }, {
  708 + label: '至70岁',
  709 + value: '至70岁'
  710 + }, {
  711 + label: '至75岁',
  712 + value: '至75岁'
  713 + }, {
  714 + label: '至80岁',
  715 + value: '至80岁'
  716 + }, {
  717 + label: '至85岁',
  718 + value: '至85岁'
701 }], { 719 }], {
702 onChange: function(result) { 720 onChange: function(result) {
703 }, 721 },
@@ -611,22 +611,40 @@ @@ -611,22 +611,40 @@
611 var that=$(this); 611 var that=$(this);
612 weui.picker([{ 612 weui.picker([{
613 label: '3年', 613 label: '3年',
614 - value: '3' 614 + value: '3'
615 }, { 615 }, {
616 label: '5年', 616 label: '5年',
617 - value: '5' 617 + value: '5'
618 }, { 618 }, {
619 label: '10年', 619 label: '10年',
620 - value: '10' 620 + value: '10'
621 }, { 621 }, {
622 label: '15年', 622 label: '15年',
623 - value: '15' 623 + value: '15'
624 }, { 624 }, {
625 label: '20年', 625 label: '20年',
626 - value: '20' 626 + value: '20'
627 }, { 627 }, {
628 label: '30年', 628 label: '30年',
629 - value: '30' 629 + value: '30年'
  630 + }, {
  631 + label: '至60岁',
  632 + value: '至60岁'
  633 + }, {
  634 + label: '至65岁',
  635 + value: '至65岁'
  636 + }, {
  637 + label: '至70岁',
  638 + value: '至70岁'
  639 + }, {
  640 + label: '至75岁',
  641 + value: '至75岁'
  642 + }, {
  643 + label: '至80岁',
  644 + value: '至80岁'
  645 + }, {
  646 + label: '至85岁',
  647 + value: '至85岁'
630 }], { 648 }], {
631 onChange: function(result) { 649 onChange: function(result) {
632 }, 650 },