Commit 78ddbb44 authored by 邱旭's avatar 邱旭

feat:merge

parent 3061cfb3
......@@ -53,7 +53,7 @@ export default [
{
"channel": "1",
"endTime": "14:00:00",
"joinStatus": false,
"joinStatus": true,
"rainId": "1",
"ruId": null,
"startTime": "08:00:00"
......@@ -61,7 +61,7 @@ export default [
{
"channel": "1",
"endTime": "23:00:00",
"joinStatus": false,
"joinStatus": true,
"rainId": "2",
"ruId": null,
"startTime": "14:01:30"
......@@ -133,7 +133,7 @@ export default [
"max": 900,
}
}),
"firstMoneyPop": {
"firstMoneyPop1": {
"notifyText": "文案文案文案文案文案文案文案文案 文案文文案文案文案文案文案 文案文文案文案文案文案文案 文案文文案文案文案文案文案 文案文文案文案文案文案文案 文案文文案文案文案文案文案 文案文文案文案文案文案文案 文案文案文案文案",
"experienceNum": 59442359
},
......@@ -142,7 +142,7 @@ export default [
},
"virtualAssets": {
"preDayIncome": "656",
"availableFunds": "10284329.43",
"availableFunds": "76",
"totalMoney": "359.334",
// "realBuyJumpUrl": "anim consectetur dolor",
"totalIncome": 359
......
......@@ -13,7 +13,7 @@ export default [
tranche: Math.random() * 100000 >> 0,
marketValue: Math.random() * 10000000 >> 0,
yesterdayProfit: Math.random() * 10000 >> 0,
availableFunds: Math.random() * 10000000 >> 0,
availableFunds: 7660,
minBuyLimit: 100,
}
}
......
......@@ -119,7 +119,7 @@ class DetailPage extends React.Component<any, any> {
ModalCtrl.showModal(BuyPanel, {
name: this.state.productName,
amount: !this.state.firtIn ? +buyInput / 100 : +buyInput,
amount: this.state.firtIn ? +buyInput / 100 : +buyInput,
call: async () => {
const { success, data } = await API.buy({ code: this.props.code, amount: !this.state.firtIn ? +buyInput * 100 : +buyInput});
this.updateInfo();
......
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