liting2017 7 years ago
parent
commit
2822145ad3
2 changed files with 4 additions and 16 deletions
  1. 1 1
      package.json
  2. 3 15
      src/js/financialIndex.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "aft-portal",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "description": "",
   "main": "index.js",
   "scripts": {

+ 3 - 15
src/js/financialIndex.js

@@ -243,14 +243,8 @@ import {
                 pageNo:pageNo,
                 pageSize:8
             },
-<<<<<<< HEAD
-            success: function (data) {            
-                if (data.data.totalCount == 0) {               	
-=======
-            success: function (data) {
-                console.log(data.data.totalCount+"sss");
+            success: function (data) {             
                 if (data.data.totalCount == 0) {
->>>>>>> 5ed5ae1677ccf1b66b4dd087e2748aa47a66b695
                     $("#demandList_patent").html("<div class='list_none'></div>");
                 } else {                	
                     manage(data.data);
@@ -279,16 +273,10 @@ import {
                             );
                         }
                     };
-                    $('.pagePre').after(pageArr.join(''));
-                    //$(".pageNext").attr("all_length",Math.ceil(data.data.totalCount/8));
+                    $('.pagePre').after(pageArr.join(''));                
                 }
-<<<<<<< HEAD
-                
-                $(".pageNext").attr("all_length",Math.ceil(data.data.totalCount/8));
-=======
->>>>>>> 5ed5ae1677ccf1b66b4dd087e2748aa47a66b695
             }
-        });
+        })
     }
     $('.place_city ul li').click(function() {
         $(".pagination_box").css("display","block");