修改110

This commit is contained in:
2025-03-12 11:32:04 +08:00
parent 8873575e88
commit 35ed049c2d
4 changed files with 40 additions and 15 deletions

View File

@@ -87,7 +87,7 @@
},
async _startMoveWasteFoilv2 () {
try {
let res = await startMoveWasteFoilv2(this.index2, this.index1)
let res = await startMoveWasteFoilv2('', this.index2, this.index1)
this.clearUp()
uni.showToast({
title: res.message,