Commit 96e4a556 by FE

Merge branch 'new-share' into pre

parents e15a6710 3a89cca8
...@@ -178,7 +178,7 @@ class RedPacket extends PureComponent { ...@@ -178,7 +178,7 @@ class RedPacket extends PureComponent {
// red_packet_type 红包类型 1-现金 2-代金券 // red_packet_type 红包类型 1-现金 2-代金券
if(data.red_packet_type === 2) { if(data.red_packet_type === 2) {
this.setState({ this.setState({
type: 5, type: 6,
money: data.amount money: data.amount
}); });
}else if(data.red_packet_type === 1) { }else if(data.red_packet_type === 1) {
......
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