|
@@ -121,7 +121,7 @@ var payContainer = new Vue({
|
|
|
payAmount:_self.payAmount
|
|
|
};
|
|
|
}
|
|
|
- _self.payInfo.PAY_MOBILE_URL = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxea43a0f9ebce9e66&redirect_uri=https://www.caimei365.com/web/order/view/pay/caimei-wechatpay.jsp&response_type=code&scope=snsapi_base&state="+JSON.stringify(orderInfo)+"#wechat_redirect";
|
|
|
+ _self.payInfo.PAY_MOBILE_URL = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxea43a0f9ebce9e66&redirect_uri=https://www.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state="+JSON.stringify(orderInfo)+"#wechat_redirect";
|
|
|
var qrcode = new QRCode(document.getElementById("wx_pay_container"), {
|
|
|
render: "canvas", //也可以替换为table
|
|
|
text: _self.payInfo.PAY_MOBILE_URL,
|