...
|
...
|
@@ -156,6 +156,13 @@ function parseFloors(json) { |
|
|
data = single_image(item.data);
|
|
|
} else if (templateName == 'getCoupon') {
|
|
|
data = getCoupon(item.data);
|
|
|
if(!data.couponID){
|
|
|
if(floors.length>1){
|
|
|
if(floors[floors.length-1].templateName=='text'){
|
|
|
floors.pop();
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
let floor = {
|
...
|
...
|
|