Commit 3ac9e046 by zhanghaozhe

app内去掉我的宝箱页面头部

parent 024c09d4
......@@ -444,7 +444,7 @@ class MyTreasure extends Component {
} = this.state
return (
<div data-skip="treasure">
{(!browser.isAndroidApp || !browser.isIOSApp) && <HeaderBar title="我的宝箱" arrow={true}/>}
{(!browser.isAndroidApp && !browser.isIOSApp) && <HeaderBar title="我的宝箱" arrow={true}/>}
{
isEnd &&
<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