Commit 3edb7886 by lixiaomin

修改优惠券

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