|
@@ -5,6 +5,7 @@ var hlbWechatMixin = function () {
|
|
|
methods: {
|
|
|
hlb_WxRequestPaymentFn:function(){ // 普通订单合利宝公众号支付
|
|
|
var _this = this;
|
|
|
+ _this.isSubMitStatus=true;
|
|
|
var params={
|
|
|
payType:'GZH',
|
|
|
payAmount:parseFloat(_this.payAmount),
|
|
@@ -20,6 +21,7 @@ var hlbWechatMixin = function () {
|
|
|
},
|
|
|
hlb_WxRequestPaymentVipFn: function(){ // 超级会员合利宝公众号支付
|
|
|
var _this = this;
|
|
|
+ _this.isSubMitStatus=true;
|
|
|
var params = {
|
|
|
payType:'GZH',
|
|
|
code: _this.wechatcode,
|
|
@@ -35,6 +37,7 @@ var hlbWechatMixin = function () {
|
|
|
},
|
|
|
hlb_WxRequestPaymentCouponFn: function(){// 优惠券合利宝公众号支付
|
|
|
var _this = this;
|
|
|
+ _this.isSubMitStatus=true;
|
|
|
var params = {
|
|
|
payType:'GZH',
|
|
|
code: _this.wechatcode,
|
|
@@ -52,6 +55,7 @@ var hlbWechatMixin = function () {
|
|
|
},
|
|
|
hlb_WxRequestPaymentAuthVipFn: function(){// 认证通会员合利宝公众号支付
|
|
|
var _this = this;
|
|
|
+ _this.isSubMitStatus=true;
|
|
|
var params = {
|
|
|
payType:'GZH',
|
|
|
code: _this.wechatcode,
|
|
@@ -61,12 +65,14 @@ var hlbWechatMixin = function () {
|
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
|
};
|
|
|
console.log('=========>认证通会员合利宝公众号支付',params)
|
|
|
+
|
|
|
PayApi.PayAuthVipMiniWxPay(params,function(response){
|
|
|
_this.hlb_handlResponse(response)
|
|
|
});
|
|
|
},
|
|
|
hlb_WxRequestsecondHandPay:function(){ // 二手发布合利宝公众号支付
|
|
|
var _this = this;
|
|
|
+ _this.isSubMitStatus=true;
|
|
|
var params = {
|
|
|
payType:'GZH',
|
|
|
code: _this.wechatcode,
|