修复提现实名问题

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(() => {
APIuser.then((res) => {
APIuser().then((res) => {
userinfo.value = res;
});
});

View File

@@ -1318,7 +1318,12 @@
if (newData.history.length <= 0 && newData.cart.length <= 0) {
return;
}
console.log('bulk_edit',{
...socketInitPar,
operate_type: "bulk_edit",
data: newData,
});
cartsSocket.sendMessage({
...socketInitPar,
operate_type: "bulk_edit",