Commit 9877aae0 by crushh

update: dist

parent 6f8b16aa
......@@ -125,7 +125,7 @@ export default {
this.show = true;
this.detailLoading = true;
try {
let res = await listConsumeCouponDetail({ id: row.couponId }); //2c90a8838020f6a2018020f6ed1f0000
let res = await listConsumeCouponDetail({ id: row.occupyId }); //2c90a8838020f6a2018020f6ed1f0000
this.detailList = res.result || [];
} catch (err) {
this.$tips({ type: 'error', message: '加载列表失败' });
......
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