This commit is contained in:
Jay
2018-09-21 00:53:06 +08:00
parent 191ddb54ab
commit eeb338a352
2 changed files with 2115 additions and 2100 deletions
+2113 -2098
View File
File diff suppressed because it is too large Load Diff
@@ -66,8 +66,8 @@ export default {
} catch (err) {} } catch (err) {}
let data = { let data = {
title: this.title, title: this.title,
amount: this.amount, amount: toInt(this.amount, 0, 0),
start_amount: this.startAmount, start_amount: toInt(this.startAmount, 0, 0),
end: ets end: ets
} }
this.changeOpaySetting({ this.changeOpaySetting({