|
@@ -45,7 +45,7 @@ export function useGame() {
|
|
|
}
|
|
|
|
|
|
async function handleWeishi({id:cShiwuId,credit:cCredit}, doFinish) {
|
|
|
- const [err, info] = await catchError(getYouxiWeishi({shiwuId:cShiwuId,credit:cCredit }));
|
|
|
+ const [err, info] = await catchError(getYouxiWeishi({shiwuId:cCredit,credit:cShiwuId }));
|
|
|
if (err) {
|
|
|
toast("请求异常,请稍后尝试");
|
|
|
return;
|