Commit 3edb7886 by lixiaomin

修改优惠券

parent f96e6df1
......@@ -711,7 +711,7 @@ export default {
let cateList=[];
let goodSList=[];
for(let i=0;i<this.shopRange.length;i++){
if(this.shopRange[i][0]==0){
if(this.shopRange[i]==0){
cateList.push(0);
}else if(this.shopRange[i][0]==1){
cateList.push(this.shopRange[i][1]);
......
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