...
|
...
|
@@ -60,7 +60,7 @@ class InviteYohoListContainer extends Component { |
|
|
}
|
|
|
|
|
|
_shareForInvite() {
|
|
|
let shareId = '8465'; //邀新赚红包分享Id写死线上的
|
|
|
let shareId = '6772'; //邀新赚红包分享Id 测试环境6772,线上8465
|
|
|
ReactNative.NativeModules.YH_CommonHelper.shareNewInvite(shareId);
|
|
|
}
|
|
|
|
...
|
...
|
|