修复提现实名问题

This commit is contained in:
2025-12-22 18:38:41 +08:00
parent 47076b2d4b
commit c9b7297608
2 changed files with 7 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ onLoad(() => {
}); });
onShow(() => { onShow(() => {
APIuser.then((res) => { APIuser().then((res) => {
userinfo.value = res; userinfo.value = res;
}); });
}); });

View File

@@ -1319,6 +1319,11 @@
return; return;
} }
console.log('bulk_edit',{
...socketInitPar,
operate_type: "bulk_edit",
data: newData,
});
cartsSocket.sendMessage({ cartsSocket.sendMessage({
...socketInitPar, ...socketInitPar,
operate_type: "bulk_edit", operate_type: "bulk_edit",