|
|
|
@ -202,6 +202,9 @@ use common\models\PriceT; |
|
|
|
|
<a class="btn btn-primary btn-xs" data-id="0" href="javascript:void(0);" onclick="getYingXiao();"> |
|
|
|
|
<i class="fa fa-gift"></i> 获取策略 |
|
|
|
|
</a> |
|
|
|
|
<a class="btn btn-primary btn-xs" data-id="0" href="javascript:void(0);" onclick="calInsurance();"> |
|
|
|
|
<i class="fa fa-gift"></i> 获取算费结果 |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="ibox-content"> |
|
|
|
@ -485,7 +488,7 @@ use common\models\PriceT; |
|
|
|
|
}, 'json'); |
|
|
|
|
} |
|
|
|
|
//算费 |
|
|
|
|
function cal() { |
|
|
|
|
function calInsurance() { |
|
|
|
|
var index = parent.layer.load(1, { |
|
|
|
|
shade: [0.1,'#fff'] //0.1透明度的白色背景 |
|
|
|
|
}); |
|
|
|
|