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

当年保费支出

... ... @@ -28,10 +28,10 @@
<div id="text1">{$page_html1.content}</div>
</div>
<div class="regbtn collocation">免费托管</div>
<div class="costbox costbottom">
<div id="text2">{$page_html2.content}</div>
</div>
<div class="regbtn pay_btn"><a href="{:url('form/index')}">成为付费用户</a></div>
<!--<div class="costbox costbottom">-->
<!--<div id="text2">{$page_html2.content}</div>-->
<!--</div>-->
<!--<div class="regbtn pay_btn"><a href="{:url('form/index')}">成为付费用户</a></div>-->
<elseif condition="$type eq 2"/>
<div class="costbox">
<div>{$page_html2.content}</div>
... ...
... ... @@ -682,22 +682,40 @@
var that=$(this);
weui.picker([{
label: '3年',
value: '3'
value: '3'
}, {
label: '5年',
value: '5'
value: '5'
}, {
label: '10年',
value: '10'
value: '10'
}, {
label: '15年',
value: '15'
value: '15'
}, {
label: '20年',
value: '20'
value: '20'
}, {
label: '30年',
value: '30'
value: '30年'
}, {
label: '至60岁',
value: '至60岁'
}, {
label: '至65岁',
value: '至65岁'
}, {
label: '至70岁',
value: '至70岁'
}, {
label: '至75岁',
value: '至75岁'
}, {
label: '至80岁',
value: '至80岁'
}, {
label: '至85岁',
value: '至85岁'
}], {
onChange: function(result) {
},
... ...
... ... @@ -611,22 +611,40 @@
var that=$(this);
weui.picker([{
label: '3年',
value: '3'
value: '3'
}, {
label: '5年',
value: '5'
value: '5'
}, {
label: '10年',
value: '10'
value: '10'
}, {
label: '15年',
value: '15'
value: '15'
}, {
label: '20年',
value: '20'
value: '20'
}, {
label: '30年',
value: '30'
value: '30年'
}, {
label: '至60岁',
value: '至60岁'
}, {
label: '至65岁',
value: '至65岁'
}, {
label: '至70岁',
value: '至70岁'
}, {
label: '至75岁',
value: '至75岁'
}, {
label: '至80岁',
value: '至80岁'
}, {
label: '至85岁',
value: '至85岁'
}], {
onChange: function(result) {
},
... ...