|
|
@@ -559,7 +559,10 @@
|
|
|
success: async (res) => {
|
|
|
if (res.confirm) {
|
|
|
let [err, res] = await to(
|
|
|
- instApi.geOff({ terminal: this.terminal, UserId: this.userId })
|
|
|
+ instApi.geOff({
|
|
|
+ terminal: this.terminal,
|
|
|
+ UserId: this.userId || "" + this.isOnlineInfo.userId,
|
|
|
+ })
|
|
|
);
|
|
|
if (err) return;
|
|
|
if (res.code == 200) {
|