Authored by 盖剑秋

修复个人中心活动页面无法打开问题。 reviewed by redding.

... ... @@ -222,7 +222,7 @@ class MineContainer extends Component {
this.props.actions.getMemberBillTaskRedDotSuccess(false);
break;
case 'mineActivity':
url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.mineactivity","params":{"act_name":"${data.get('act_name')}","act_id":"${data.get('act_id')}","url":"${data.get('url'),"link":"${data.get('url')}"}}`;
url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.mineactivity","params":{"act_name":"${data.get('act_name')}","act_id":"${data.get('act_id')}","url":"${data.get('url')}","link":"${data.get('url')}"}}`;
NativeModules.YH_CommonHelper.logEvent('YB_MY_INV', {});
NativeModules.YH_MineHelper.setMineActivityClicked(data.get('act_id'));
break;
... ...