Commit ca6d56b5 by zhanghaozhe

Merge branch '00'

parents 026ab0a9 3ac9e046
...@@ -444,7 +444,7 @@ class MyTreasure extends Component { ...@@ -444,7 +444,7 @@ class MyTreasure extends Component {
} = this.state } = this.state
return ( return (
<div data-skip="treasure"> <div data-skip="treasure">
{(!browser.isAndroidApp || !browser.isIOSApp) && <HeaderBar title="我的宝箱" arrow={true}/>} {(!browser.isAndroidApp && !browser.isIOSApp) && <HeaderBar title="我的宝箱" arrow={true}/>}
{ {
isEnd && isEnd &&
<p className="activity-end__desc"> <p className="activity-end__desc">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment