Commit e2b7750977459cdf481fdfe15a44eab3a42f3174
Merge branch 'test' into 'qa'
Test See merge request !682
Showing
2 changed files
with
3 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 | } | ... | ... |