...
|
...
|
@@ -677,7 +677,6 @@ const yoho = { |
|
|
|
|
|
getInput(args, success, fail) {
|
|
|
if (this.isYohoBuy && window.yohoInterface) {
|
|
|
alert('=====');
|
|
|
window.yohoInterface.triggerEvent(success || nullFun, fail || nullFun, {
|
|
|
method: 'get.Input',
|
|
|
arguments: args
|
...
|
...
|
|