This commit is contained in:
xingyy 2023-11-07 17:03:41 +08:00
parent 4619629d2a
commit 31f7d166d1

View File

@ -408,7 +408,7 @@ export default {
async obtainAmount(){ async obtainAmount(){
uni.setStorageSync("endAt", this.value1); uni.setStorageSync("endAt", this.value1);
const data={ const data={
cycleID:this.cycleId,
artworkSquareSize:Number(this.info.artworkSquareSize), artworkSquareSize:Number(this.info.artworkSquareSize),
endAt:this.value1 endAt:this.value1
} }