|
@@ -652,6 +652,7 @@ export default { |
|
|
userAccount:this.userAccount, |
|
|
userAccount:this.userAccount, |
|
|
userName:this.userName, |
|
|
userName:this.userName, |
|
|
money:parseFloat(newMoney), |
|
|
money:parseFloat(newMoney), |
|
|
|
|
|
loginTime:Date.now($.ajax({async:false}).getResponseHeader("Date")) |
|
|
}; |
|
|
}; |
|
|
biddingSubmit(data).then(response =>{ |
|
|
biddingSubmit(data).then(response =>{ |
|
|
let _this = this |
|
|
let _this = this |
|
|