Commit 735f1095c1ae234800e2d9ee93d89ef3c5172315

Authored by YangShuai
1 parent e8512418

1 修改分享赛事logo地址

config.gradle
@@ -21,7 +21,7 @@ ext { @@ -21,7 +21,7 @@ ext {
21 //编译方式 21 //编译方式
22 debug : false, 22 debug : false,
23 //版本号 23 //版本号
24 - version: "1.1.1", 24 + version: "1.1.2",
25 //Lib库前缀 25 //Lib库前缀
26 packeg : "com.cnlive.module", 26 packeg : "com.cnlive.module",
27 //Lib库名称 27 //Lib库名称
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/frame/view/RunRaceDetailFragmentView.java
@@ -147,7 +147,8 @@ public class RunRaceDetailFragmentView implements MvpView, SensorEventListener { @@ -147,7 +147,8 @@ public class RunRaceDetailFragmentView implements MvpView, SensorEventListener {
147 if (null != shareService && null != runRaceDetailInfo) { 147 if (null != shareService && null != runRaceDetailInfo) {
148 String subTitle = "我在网家家上报名了线上赛事 快来和我一起动起来"; 148 String subTitle = "我在网家家上报名了线上赛事 快来和我一起动起来";
149 String shareUrl = AppConfig.isDebug() ? SHARE_DEBUG_URL : SHARE_REL_URL; 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 boolean isShowWjjLife = true; 152 boolean isShowWjjLife = true;
152 boolean isShowWjjFriend = true; 153 boolean isShowWjjFriend = true;
153 boolean isShowOther = true; 154 boolean isShowOther = true;