Git Product home page Git Product logo

Comments (4)

312977 avatar 312977 commented on June 11, 2024

系统提示pay方法没有定义。 我自动安装的那种装好了 多请求几次就装好了
但是现在提示pey没有定义 请问为什么呢

from cordova-plugin-alipay.

charleyw avatar charleyw commented on June 11, 2024

你先确认一下你的cordova工程可以正常执行。如果说pay没定义的话,很大的可能性是,你的cordova工程没有正确初始化,比如说index.html没有引 cordova.js,或者在cordova初始化完成之前,你就调用了这个命令。首先确认一下你的cordova app打开之后正确初始化了。

from cordova-plugin-alipay.

312977 avatar 312977 commented on June 11, 2024

我没注意 现在引入了 app功能都正常 机器上也安装了支付宝,其他程序都能正确打开支付宝,
$scope.zhifu = function () {
window.alipay.pay({
tradeNo: new Date().getTime(),
subject: "测试标题",
body: "我是测试内容",
price: 0.02,
notifyUrl: "http://your.server.notify.url"
}, function (successResults) {
alert(successResults);
}, function(errorResults) {
alert(errorResults);
});
}
alert(errorResults); 我打断点 他走到这里 直接弹出 null ,请问是什么情况

from cordova-plugin-alipay.

likunNet avatar likunNet commented on June 11, 2024

我也是一样的问题,windows.alipay是个空对象,请问你解决了吗?我cordova调用其他插件是OK的

from cordova-plugin-alipay.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.