lilei 2 năm trước cách đây
mục cha
commit
955cad2efb
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      pages/checkReport/index.vue

+ 3 - 3
pages/checkReport/index.vue

@@ -51,13 +51,13 @@
 				pageSize: 10,
 				list: [],
 				total: 0,
-				userId: '',
+				merchantCustomerId: '',
 				src: ''
 			}
 		},
 		onLoad(opts) {
 			console.log(opts)
-			this.userId = opts.userId
+			this.merchantCustomerId = opts.merchantCustomerId
 			this.pageInit()
 		},
 		// 下拉刷新
@@ -99,7 +99,7 @@
 			  let params = {
 			    pageNo: this.pageNo,
 			    pageSize: this.pageSize,
-				customerIdEnc: this.userId
+				merchantCustomerId: this.merchantCustomerId
 			  }
 			  this.status = "loading"
 			  checkApiQueryList(params).then(res => {