添加pc端注释

This commit is contained in:
mabo
2021-05-13 11:35:57 +08:00
parent ec3e958037
commit 14aad4c9cd
24 changed files with 104 additions and 713 deletions

View File

@@ -48,9 +48,9 @@ import {couponList, receiveCoupon} from '@/api/member.js'
export default {
data () {
return {
list: [],
total: 0,
params: {
list: [], // 优惠券列表
total: 0, // 优惠券总数
params: { // 请求参数
pageNumber: 1,
pageSize: 20
}