...
|
...
|
@@ -574,6 +574,18 @@ const yoho = { |
|
|
|
|
|
$appLink.href = url;
|
|
|
$appLink.click();
|
|
|
},
|
|
|
|
|
|
finishPage(args, success, fail) {
|
|
|
if (this.isYohoBuy && window.yohoInterface) {
|
|
|
window.yohoInterface.triggerEvent(success || nullFun, fail || nullFun, {
|
|
|
method: 'go.finish',
|
|
|
arguments: args
|
|
|
});
|
|
|
} else {
|
|
|
|
|
|
// tip(tipInfo);
|
|
|
}
|
|
|
}
|
|
|
};
|
|
|
|
...
|
...
|
|