Commit f02ef1f4 authored by 吴春's avatar 吴春

1

parent e975facf
...@@ -953,7 +953,7 @@ ...@@ -953,7 +953,7 @@
this.apipost( this.apipost(
"coupon_post_GetAutoCouponOrder", msg, "coupon_post_GetAutoCouponOrder", msg,
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1&&res.data.data!=null) {
this.couponData = res.data.data this.couponData = res.data.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