Explorar o código

修改查询条件

zs %!s(int64=2) %!d(string=hai) anos
pai
achega
b39f8373e1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      pagesRest/activity/list.vue

+ 2 - 1
pagesRest/activity/list.vue

@@ -76,7 +76,8 @@
 				const that = this;
 				let info = {
 					skip: that.skip,
-					limit: that.limit
+					limit: that.limit,
+					is_use: "0"
 				}
 				let res = await that.$api(`/platformAct`, 'GET', {
 					...info,