ccjgmwz 3 年之前
父节点
当前提交
ab3cab8f6f
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 2 2
      manifest.json
  2. 3 0
      pages/bill/index.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "易粮易运",
     "appid" : "__UNI__7297DA2",
     "description" : "易粮易运——为天下粮食人服务的App",
-    "versionName" : "1.1.34",
-    "versionCode" : 1134,
+    "versionName" : "1.1.35",
+    "versionCode" : 1135,
     "transformPx" : false,
     /* SDK配置 */
     "quickapp" : {},

+ 3 - 0
pages/bill/index.vue

@@ -213,6 +213,8 @@
 			},
 			doSearch() {
 				this.dataInfo = []
+				this.currentPage = 1
+				this.isLoadMore = false
 				this.loadData()
 			},
 			alertBtn() {
@@ -262,6 +264,7 @@
 						var data = res.data.data.records
 						if (type == "add") {
 							this.dataInfo = this.dataInfo.concat(data)
+							this.isLoadMore = false
 						} else {
 							this.dataInfo = data
 						}