Commit 0a1f5d7f by 姜雷

添加默认选择支付金额

parent ca6e053c
...@@ -86,6 +86,17 @@ class Pay extends Component { ...@@ -86,6 +86,17 @@ class Pay extends Component {
}; };
this.checkBluetoothAndWs(); this.checkBluetoothAndWs();
} }
componentWillMount() {
const { prepayConfig } = this.props;
if (prepayConfig.length) {
this.setState({
payId: prepayConfig[0].id,
});
}
}
componentWillUnmount() { componentWillUnmount() {
// this.closeBluetooth(); // this.closeBluetooth();
// this.closeDeviceSocket(); // this.closeDeviceSocket();
......
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