Commit 5215c0176fe9754988096853dcb1e172d0b3d59a
1 parent
450ad49c
分享标题
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
... | ... | @@ -4070,7 +4070,7 @@ Page({ |
4070 | 4070 | } |
4071 | 4071 | |
4072 | 4072 | var share_title=th.data.data.goods_name; |
4073 | - if(th.data.prom_type==1 || th.data.prom_type==4){ | |
4073 | + if(th.data.prom_type==1 || th.data.prom_type==6){ | |
4074 | 4074 | share_title=th.data.prom_act.share_title; |
4075 | 4075 | if(!share_title) share_title=th.data.prom_act.title; |
4076 | 4076 | } | ... | ... |