Merge branch 'feature/ad-0531-ch' into msb_test

fix/down-0602-ch
ch 2 years ago
commit 01a05c6916

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-05-04 17:50:33 * @Date: 2022-05-04 17:50:33
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-01 11:38:10 * @LastEditTime: 2022-06-01 11:40:32
* @Description: file content * @Description: file content
--> -->
@ -40,7 +40,7 @@ export default {
window.open(`${location.origin}/goods/detail/${item.jumpUrl}`); window.open(`${location.origin}/goods/detail/${item.jumpUrl}`);
break; break;
case AD_JUMP_TYPE.CATEGORY: case AD_JUMP_TYPE.CATEGORY:
window.open(`${location.origin}/goods/list?id=${item.jumpUrl}&levelType=1`); window.open(`${location.origin}/goods/list?id=${item.jumpUrl}&levelType=2`);
break; break;
case AD_JUMP_TYPE.LINK: case AD_JUMP_TYPE.LINK:
window.open(item.jumpUrl, '_blank'); window.open(item.jumpUrl, '_blank');

Loading…
Cancel
Save