3***@qq.com
3***@qq.com
  • 发布:2019-02-01 16:59
  • 更新:2020-08-12 00:02
  • 阅读:2377

uniapp plus.webview 用 appendJsFile 加入js 后 h5页面调用没效果 怎么回事?mui可以

分类:uni-app

var imageWv = plus.webview.create("http://192.168.200.117:8023/home/CirWelfare", "image", {
top: "44px",
bottom: 0
});

            imageWv.appendJsFile("js/test.js");  
            imageWv.appendJsFile("static/test.js");  
            imageWv.appendJsFile("_www/js/test.js");  

imageWv.show("fade-in");

test.js 文件
function test1(b)
{
console.log(b);
}

h5 页面调用
pagew = plus.webview.currentWebview();

    var _arrimg = "测试1123" + pagew.id;  
    setTimeout(function () {  
        pagew.evalJS("test1(\"" + _arrimg + "\")");  

    },2000);  

mui 可以。uniapp里面就不行

提示: test1 is not defined at http://192.168.200.117:8023/home/CirWelfare#index_section:1

2019-02-01 16:59 负责人:无 分享
已邀请:
3***@qq.com

3***@qq.com (作者) - 网站

代码图。。有高手回复下吗

g***@163.com

g***@163.com

你这个可以了吗

该问题目前已经被锁定, 无法添加新回复