修复提现实名问题
This commit is contained in:
@@ -226,7 +226,7 @@ onLoad(() => {
|
||||
});
|
||||
|
||||
onShow(() => {
|
||||
APIuser.then((res) => {
|
||||
APIuser().then((res) => {
|
||||
userinfo.value = res;
|
||||
});
|
||||
});
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user