...
|
...
|
@@ -93,7 +93,8 @@ class DetailContainer extends Component { |
|
|
}
|
|
|
|
|
|
_onPressAuthor(url) {
|
|
|
ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(url);
|
|
|
let taggedUrl = urlAddParamOfType(url, '11')
|
|
|
ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(taggedUrl);
|
|
|
}
|
|
|
|
|
|
_onPressBrand(url) {
|
...
|
...
|
|