|
@@ -29,6 +29,12 @@ Page({ |
|
|
console.log(this.data.newArr) |
|
|
console.log(this.data.newArr) |
|
|
if (this.data.newArr[0]=='JC'){ |
|
|
if (this.data.newArr[0]=='JC'){ |
|
|
options.couponChannelId = this.data.newArr[1]; |
|
|
options.couponChannelId = this.data.newArr[1]; |
|
|
|
|
|
} else if (this.data.newArr[0] == 'JH'){ |
|
|
|
|
|
|
|
|
|
|
|
} else if (this.data.newArr[0] == 'JB'){ |
|
|
|
|
|
|
|
|
|
|
|
} else if (this.data.newArr[0] == 'JG'){ |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
console.log(options.couponChannelId) |
|
|
console.log(options.couponChannelId) |
|
|