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