This commit is contained in:
haohongwei 2022-03-08 12:16:30 +08:00 committed by GitHub
commit 0c329e5f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,9 @@ async function main() {
continue continue
case '去浏览精彩会场': case '去关注特色频道' : case '去浏览精彩会场': case '去关注特色频道' :
product_info_vos = task_vos['shopping_activity_vos'] product_info_vos = task_vos['shopping_activity_vos']
if(!product_info_vos){
continue
}
break break
case '去关注优质好店': case '去关注优质好店':
product_info_vos = task_vos['follow_shop_vo'] product_info_vos = task_vos['follow_shop_vo']