正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -244,7 +244,7 @@ | @@ -244,7 +244,7 @@ | ||
244 | <div class="trust_m_item mini_m_item"> | 244 | <div class="trust_m_item mini_m_item"> |
245 | <div>投保人豁免</div> | 245 | <div>投保人豁免</div> |
246 | <div class="trust_iteminput choose_iteminputcell"> | 246 | <div class="trust_iteminput choose_iteminputcell"> |
247 | - <div class="">{$data.remit}</div> | 247 | + <div class="lxmaintxt tip_guanximiantxt huominatxt">{$data.remit}</div> |
248 | <div class="sex_itemtxt huomian">选择</div> | 248 | <div class="sex_itemtxt huomian">选择</div> |
249 | </div> | 249 | </div> |
250 | </div> | 250 | </div> |
@@ -919,8 +919,8 @@ | @@ -919,8 +919,8 @@ | ||
919 | onChange: function(result) { | 919 | onChange: function(result) { |
920 | }, | 920 | }, |
921 | onConfirm: function(result) { | 921 | onConfirm: function(result) { |
922 | - that.find('.guanxitxt').hide(); | ||
923 | - that.find('.tip_guanximiantxt').html(result[0].label) | 922 | + that.prev('.guanxitxt').hide(); |
923 | + that.prev('.tip_guanximiantxt').html(result[0].label) | ||
924 | } | 924 | } |
925 | }); | 925 | }); |
926 | }) | 926 | }) |
-
请 注册 或 登录 后发表评论