king
2022-09-06 bdfec44c9f3a37dbbe05bf14a252ffec04132a86
src/views/pay/index.jsx
@@ -74,7 +74,7 @@
    param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss')
    param.secretkey = Utils.encrypt(param.LTextOut, param.timestamp)
    Api.getLocalConfig(param).then(res => {
    Api.genericInterface(param).then(res => {
      if (res.status) {
        let _total = res.amount ? parseFloat(res.amount.total) : ''
@@ -174,7 +174,7 @@
        param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss')
        param.secretkey = Utils.encrypt(param.LTextOut, param.timestamp)
        Api.getLocalConfig(param).then(res => {
        Api.genericInterface(param).then(res => {
          if (res.pay_status) {
            this.setState({
              overdone: true