@@ -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,