|
@@ -14,7 +14,6 @@ var hlbWechatMixin = function () {
|
|
|
returnUrl:'https://www.caimei365.com/',
|
|
|
};
|
|
|
console.log('=========>普通订单合利宝公众号支付',params)
|
|
|
- _this.isSubMitStatus=true;
|
|
|
PayApi.PayOrderPcScanWxPay(params,function(response){
|
|
|
_this.hlb_handlResponse(response)
|
|
|
})
|
|
@@ -30,7 +29,6 @@ var hlbWechatMixin = function () {
|
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
|
};
|
|
|
console.log('=========>超级会员合利宝公众号支付',params)
|
|
|
- _this.isSubMitStatus=true;
|
|
|
PayApi.PayVipMiniWxPay(params,function(response){
|
|
|
_this.hlb_handlResponse(response)
|
|
|
});
|
|
@@ -48,7 +46,6 @@ var hlbWechatMixin = function () {
|
|
|
source:2 //支付来源 1 小程序 2 WWW
|
|
|
};
|
|
|
console.log('=========>优惠券合利宝公众号支付',params)
|
|
|
- _this.isSubMitStatus=true;
|
|
|
PayApi.PayCouponMiniWxPay(params,function(response){
|
|
|
_this.hlb_handlResponse(response)
|
|
|
});
|
|
@@ -64,7 +61,6 @@ var hlbWechatMixin = function () {
|
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
|
};
|
|
|
console.log('=========>认证通会员合利宝公众号支付',params)
|
|
|
- _this.isSubMitStatus=true;
|
|
|
PayApi.PayAuthVipMiniWxPay(params,function(response){
|
|
|
_this.hlb_handlResponse(response)
|
|
|
});
|
|
@@ -79,7 +75,6 @@ var hlbWechatMixin = function () {
|
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
|
};
|
|
|
console.log('=========>二手发布合利宝公众号支付',params)
|
|
|
- _this.isSubMitStatus=true;
|
|
|
PayApi.PayOrdersecondWechat(params,function(response){
|
|
|
_this.hlb_handlResponse(response)
|
|
|
});
|