Commit 735f1095c1ae234800e2d9ee93d89ef3c5172315
1 parent
e8512418
1 修改分享赛事logo地址
Showing
2 changed files
with
3 additions
and
2 deletions
config.gradle
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/frame/view/RunRaceDetailFragmentView.java
| ... | ... | @@ -147,7 +147,8 @@ public class RunRaceDetailFragmentView implements MvpView, SensorEventListener { |
| 147 | 147 | if (null != shareService && null != runRaceDetailInfo) { |
| 148 | 148 | String subTitle = "我在网家家上报名了线上赛事 快来和我一起动起来"; |
| 149 | 149 | String shareUrl = AppConfig.isDebug() ? SHARE_DEBUG_URL : SHARE_REL_URL; |
| 150 | - String shareImgUrl = "http://wjj.ys1.cnliveimg.com/download/app_icon/share/strike_logo_mass_sports.png"; | |
| 150 | +// String shareImgUrl = "http://wjj.ys1.cnliveimg.com/download/app_icon/share/strike_logo_mass_sports.png"; | |
| 151 | + String shareImgUrl = "http://wjj.ys1.cnliveimg.com/download/app_icon/share/strike_logo_mass_sports_rec.png"; | |
| 151 | 152 | boolean isShowWjjLife = true; |
| 152 | 153 | boolean isShowWjjFriend = true; |
| 153 | 154 | boolean isShowOther = true; | ... | ... |