Commit aefb65ec authored by zhangyuan's avatar zhangyuan

添加前端埋点

parent ce281afd
...@@ -90,7 +90,7 @@ class SharePage extends React.Component { ...@@ -90,7 +90,7 @@ class SharePage extends React.Component {
<div className="sharePage"> <div className="sharePage">
<span className="bg"></span> <span className="bg"></span>
{!boolWealth && <span className="title1"> {!boolWealth && <span className="title1">
{`${amount || 0}元`} {`${(amount || 0) / 100}元`}
</span>} </span>}
{boolWealth && <span className="title2"></span>} {boolWealth && <span className="title2"></span>}
{this.state.btn === 1 && <span className="doAssitBtn md30" onClick={() => { {this.state.btn === 1 && <span className="doAssitBtn md30" onClick={() => {
......
...@@ -30,7 +30,7 @@ class AnswerPrizePanel extends React.Component { ...@@ -30,7 +30,7 @@ class AnswerPrizePanel extends React.Component {
</div> </div>
<div className='prize-name'>{optionName}</div> <div className='prize-name'>{optionName}</div>
<div className='receive md29' onClick={this.handleClose} ></div> <div className='receive md29' onClick={this.handleClose} ></div>
<div className='tip'></div> {/* <div className='tip'></div> */}
<Button className="close" onClick={this.handleClose} /> <Button className="close" onClick={this.handleClose} />
</div> </div>
); );
......
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