From 3b029fb510aeca89d31812bde7542ee55a8ddc1a Mon Sep 17 00:00:00 2001
From: PC-201906131823\Administrator <zyyao>
Date: 星期一, 08 十一月 2021 17:02:50 +0800
Subject: [PATCH] 增加合计

---
 zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml b/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml
index c5b99fe..232d266 100644
--- a/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml
@@ -929,9 +929,14 @@
             var index = parent.layer.getFrameIndex(window.name);
             parent.layer.isRefresh = true;
             parent.layer.closeAll('loading');
-            parent.layer.close(index);
+            //parent.layer.close(index);
             return false;
         }
+
+        $(window).unload(function () {
+            _pageAutoClose();
+           
+        }); 
 
 
         function addBtn(obj) {
@@ -1099,10 +1104,10 @@
                                         <input type="hidden" name="Shifouzhengqu" value="" />
 
 
-                                   <input type="hidden" name="anwserno" value="脳" />
+                                   <input type="hidden" name="anwserno" value="x" />
 
                                     </div>
- <label class="text-left col-sm-1 col-md-1 control-label">脳</label>
+ <label class="text-left col-sm-1 col-md-1 control-label">x</label>
 
                                    
 

--
Gitblit v1.9.1