Commit 8d549665 authored by youjie's avatar youjie

no message

parent 203542de
......@@ -283,18 +283,18 @@
arrList(res.data.pageData)
this.couponDataList = res.data.pageData;
this.couponDataList.forEach((x,index) => {
// if(x.couponsUseScope==1) x.backGroubd = this.lineImgs[0]
// if(x.couponsUseScope==2) x.backGroubd = this.lineImgs[1]
// if(x.couponsUseScope==3) x.backGroubd = this.lineImgs[2]
// if(x.couponsUseScope==4) x.backGroubd = this.lineImgs[3]
// if(x.couponsUseScope==5) x.backGroubd = this.lineImgs[4]
// if(x.couponsUseScope==6) x.backGroubd = this.lineImgs[5]
// if(x.couponsUseScope==7) x.backGroubd = this.lineImgs[6]
// if(x.couponsUseScope==8) x.backGroubd = this.lineImgs[7]
// if(x.couponsUseScope==9) x.backGroubd = this.lineImgs[8]
// if(x.couponsUseScope==10) x.backGroubd = this.lineImgs[0]
// if(x.couponsUseScope==11) x.backGroubd = this.lineImgs[1]
if(x.couponsUseScope==this.getLineImgs()+1) x.backGroubd = this.lineImgs[this.getLineImgs()]
if(x.couponsUseScope==1) x.backGroubd = this.lineImgs[0]
if(x.couponsUseScope==2) x.backGroubd = this.lineImgs[1]
if(x.couponsUseScope==3) x.backGroubd = this.lineImgs[2]
if(x.couponsUseScope==4) x.backGroubd = this.lineImgs[3]
if(x.couponsUseScope==5) x.backGroubd = this.lineImgs[4]
if(x.couponsUseScope==6) x.backGroubd = this.lineImgs[5]
if(x.couponsUseScope==7) x.backGroubd = this.lineImgs[6]
if(x.couponsUseScope==8) x.backGroubd = this.lineImgs[7]
if(x.couponsUseScope==9) x.backGroubd = this.lineImgs[8]
if(x.couponsUseScope==10) x.backGroubd = this.lineImgs[0]
if(x.couponsUseScope==11) x.backGroubd = this.lineImgs[1]
// if(x.couponsUseScope==this.getLineImgs()+1) x.backGroubd = this.lineImgs[this.getLineImgs()]
})
this.page_count = res.data.pageCount;
if(this.page_count==1) this.status = 'nomore'
......
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