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