...
|
...
|
@@ -367,7 +367,9 @@ seckillObj = { |
|
|
|
|
|
event.stopPropagation();
|
|
|
|
|
|
if (!yoho.isLogin()) {
|
|
|
let uid = yoho.isLogin();
|
|
|
|
|
|
if (!uid || uid === '0') {
|
|
|
yoho.invokeMethod('go.login');
|
|
|
return;
|
|
|
}
|
...
|
...
|
@@ -417,7 +419,7 @@ seckillObj = { |
|
|
};
|
|
|
|
|
|
yoho.invokeMethod(action, params, function() {
|
|
|
let uid = yoho.isLogin();
|
|
|
uid = yoho.isLogin();
|
|
|
|
|
|
if (uid && uid !== '0') {
|
|
|
onsuccess({uid});
|
...
|
...
|
|