Commit 37797482 authored by dragondean@qq.com's avatar dragondean@qq.com

修复优惠同类加载不全(原来是10个,现在是最多加载100个)

parent f8ae4119
......@@ -541,7 +541,7 @@ export default {
},
getCouponSelect(){
getCouponSelect({overdueStatus: 1, status: 1}).then(res => {
getCouponSelect({overdueStatus: 1, status: 1, pageSize: 100}).then(res => {
this.couponList = res.data
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment