|
@@ -130,7 +130,7 @@ class Applet extends Base
|
|
if (!$vid) {
|
|
if (!$vid) {
|
|
$mobile = Dever::input('mobile');
|
|
$mobile = Dever::input('mobile');
|
|
if (!$mobile) {
|
|
if (!$mobile) {
|
|
- Dever::alert('无效的用户id,请重新登录');
|
|
|
|
|
|
+ Dever::alert('无效的用户id,请重新登录1');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -187,7 +187,7 @@ class Applet extends Base
|
|
$this->send($mobile, $uid);
|
|
$this->send($mobile, $uid);
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- Dever::alert('无效的用户id,请重新登录');
|
|
|
|
|
|
+ Dever::alert('无效的用户id,请重新登录2');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|