fengjuan 4 年之前
父节点
当前提交
00bf040e32
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      skin/js/jquery.tmpl.js

+ 2 - 1
skin/js/jquery.tmpl.js

@@ -152,7 +152,8 @@
 				updateWrapped( options, options.wrapped );
 			}
 			ret = jQuery.isArray( data ) ?
-				jQuery.map( data, function( dataItem ) {
+				jQuery.map( data, function( dataItem ,index) {
+					if(dataItem){dataItem.$index=index;}
 					return dataItem ? newTmplItem( options, parentItem, tmpl, dataItem ) : null;
 				}) :
 				[ newTmplItem( options, parentItem, tmpl, data ) ];