|
@@ -200,7 +200,7 @@ function deepCopy3(obj) {
|
|
|
}
|
|
|
|
|
|
CMD.update_filter_data = async function(FilterConfig,data) {
|
|
|
- console.log("data.genre:",data.genre)
|
|
|
+ console.log("data.genre:",data.genre,FilterConfig)
|
|
|
if(CMD.isGenre(FilterConfig,data.genre)){
|
|
|
try{
|
|
|
await CMD.video_product_material(data)
|