|
|
@@ -229,7 +229,9 @@ class BackpackGoodsUsingItemViewBinder(
|
|
|
StoreGoodType.THEME.type -> {
|
|
|
binding.ivEffect.setURL(packageInfo.previewUrl, intent = Intent().apply {
|
|
|
putExtra(DYNAMIC_RESOURCE_URL, packageInfo.dynamicResourceUrl)
|
|
|
- putExtra(RES_URL, packageInfo.previewUrl)
|
|
|
+ putExtra(NEW_DYNAMIC_RESOURCE_URL, packageInfo.newDynamicResourceUrl)
|
|
|
+ putExtra(RES_URL, packageInfo.url)
|
|
|
+ putExtra(NEW_ANIM_TYPE, packageInfo.newAnimType)
|
|
|
putExtra(GOODS_TYPE, packageInfo.goodsType)
|
|
|
putExtra(PREVIEW_EXTRA_SCENE, SCENE_BACKPACK)
|
|
|
if (!isPrivilegeItem) {
|