...
|
...
|
@@ -178,11 +178,7 @@ const yoho = { |
|
|
* @param fail 调用失败的回调方法
|
|
|
*/
|
|
|
goNewPage(args, success, fail) {
|
|
|
if (this.isApp) {
|
|
|
if (!window.yohoInterface) {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
if (this.isApp && window.yohoInterface) {
|
|
|
window.yohoInterface.triggerEvent(success || nullFun, fail || nullFun, {
|
|
|
method: 'go.newPage',
|
|
|
arguments: args
|
...
|
...
|
|