Commit 15e8673f authored by youjie's avatar youjie
parents 6af6ba81 db7fb51a
......@@ -953,7 +953,7 @@
this.apipost(
"coupon_post_GetAutoCouponOrder", msg,
(res) => {
if (res.data.resultCode == 1) {
if (res.data.resultCode == 1&&res.data.data!=null) {
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