正在显示
1 个修改的文件
包含
8 行增加
和
8 行删除
@@ -817,8 +817,8 @@ | @@ -817,8 +817,8 @@ | ||
817 | onChange: function(result) { | 817 | onChange: function(result) { |
818 | }, | 818 | }, |
819 | onConfirm: function(result) { | 819 | onConfirm: function(result) { |
820 | - that.find('.guanxitxt').hide(); | ||
821 | - that.find('.tip_guanximiantxt').html(result[0].label) | 820 | + that.prev('.guanxitxt').hide(); |
821 | + that.prev('.tip_guanximiantxt').html(result[0].label) | ||
822 | } | 822 | } |
823 | }); | 823 | }); |
824 | }) | 824 | }) |
@@ -838,8 +838,8 @@ | @@ -838,8 +838,8 @@ | ||
838 | date += result[i].value+'-' | 838 | date += result[i].value+'-' |
839 | } | 839 | } |
840 | } | 840 | } |
841 | - that.find('.guanxitxt').hide(); | ||
842 | - that.find('.tip_guanximiantxt').html(date) | 841 | + that.prev('.guanxitxt').hide(); |
842 | + that.prev('.tip_guanximiantxt').html(date) | ||
843 | }, | 843 | }, |
844 | }); | 844 | }); |
845 | }) | 845 | }) |
@@ -859,8 +859,8 @@ | @@ -859,8 +859,8 @@ | ||
859 | date += result[i].value+'-' | 859 | date += result[i].value+'-' |
860 | } | 860 | } |
861 | } | 861 | } |
862 | - that.find('.guanxitxt').hide(); | ||
863 | - that.find('.tip_guanximiantxt').html(date) | 862 | + that.prev('.guanxitxt').hide(); |
863 | + that.prev('.tip_guanximiantxt').html(date) | ||
864 | }, | 864 | }, |
865 | }); | 865 | }); |
866 | }); | 866 | }); |
@@ -880,8 +880,8 @@ | @@ -880,8 +880,8 @@ | ||
880 | date += result[i].value+'-' | 880 | date += result[i].value+'-' |
881 | } | 881 | } |
882 | } | 882 | } |
883 | - that.find('.guanxitxt').hide(); | ||
884 | - that.find('.tip_guanximiantxt').html(date) | 883 | + that.prev('.guanxitxt').hide(); |
884 | + that.prev('.tip_guanximiantxt').html(date) | ||
885 | }, | 885 | }, |
886 | }); | 886 | }); |
887 | }) | 887 | }) |
-
请 注册 或 登录 后发表评论