<script type=\"" />
云服务器网:购买云服务器和VPS必上的网站!

h5页面如何跳到小程序支付页面

h5页面如何跳到小程序支付页面在h5页面中调用小程序支付页面的方法1.H5页面代码

<script type=\"

h5页面如何跳到小程序支付页面

在h5页面中调用小程序支付页面的方法

1.H5页面代码

<body >
<div class="container">
<button onclick="testPay()">支付</button>
</div>
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin⑴.3.2.js"></script>
<script language="javascript">
function testPay() {
var mini=false;
wx.miniProgram.getEnv(function(res){
if (res.miniprogram){
//发起小程序支付
wx.miniProgram.navigateTo({url: "/pages/wxpay/wxpay"});
mini=true;
}
});
}
</script>
</body>

2.H5页面跳转到小程序支付代码

Page({

data: {

},

onLoad: function (options) {

var that = this;

console.log("回到小程序")

console.log(options)

//业务流程

},


本文来源:https://www.yuntue.com/post/78752.html | 云服务器网,转载请注明出处!

关于作者: yuntue

云服务器(www.yuntue.com)是一家专门做阿里云服务器代金券、腾讯云服务器优惠券的网站,这里你可以找到阿里云服务器腾讯云服务器等国内主流云服务器优惠价格,以及海外云服务器、vps主机等优惠信息,我们会为你提供性价比最高的云服务器和域名、数据库、CDN、免费邮箱等企业常用互联网资源。

为您推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注