From 1b941effd3153c45a2b50f5462b54a7f64a3411d Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期二, 13 九月 2022 16:30:21 +0800 Subject: [PATCH] ## --- src/main/webapp/static/js/projectShow2.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/projectShow2.js b/src/main/webapp/static/js/projectShow2.js index 83877a6..7fb6a7e 100644 --- a/src/main/webapp/static/js/projectShow2.js +++ b/src/main/webapp/static/js/projectShow2.js @@ -1,4 +1,5 @@ $(document).on("dblclick",".row",function(){ + console.log('2') var index = $(".row").index(this) // 纭畾鍦ㄨ〃鏍间腑鐨勭鍑犺 var rowName = $(this).children(".projects").html() // 褰撳墠琛屼腑绫诲悕涓簆rojects鐨勭被涓殑鏂囧瓧 var project = data[index] // 鎶奷ata涓殑绗琲ndex涓」鐩� 璧嬪�肩粰project -- Gitblit v1.9.1