Browse Source

自动刷新礼品卡列表

master
wangjiahai 2 years ago
parent
commit
18da0106a3
  1. 1
      pages/card/card.vue

1
pages/card/card.vue

@ -68,7 +68,6 @@
}, },
methods: { methods: {
queryList(pageNo, pageSize) { queryList(pageNo, pageSize) {
console.log(pageNo);
let _this = this let _this = this
_this.$api.cardList({ _this.$api.cardList({
"current": pageNo, "current": pageNo,

Loading…
Cancel
Save