diff --git a/BagAuth/pages/login/components/loginBottom.vue b/BagAuth/pages/login/components/loginBottom.vue index 2dfbe9f..dbd842c 100644 --- a/BagAuth/pages/login/components/loginBottom.vue +++ b/BagAuth/pages/login/components/loginBottom.vue @@ -17,16 +17,27 @@ + \ No newline at end of file diff --git a/BagStation/pages/makeOrder/orderPaying.vue b/BagStation/pages/makeOrder/orderPaying.vue index 5431ca4..bf9fc90 100644 --- a/BagStation/pages/makeOrder/orderPaying.vue +++ b/BagStation/pages/makeOrder/orderPaying.vue @@ -285,7 +285,7 @@ this.cooling = true setTimeout(() => { this.cooling = false - }, 5000) + }, 5000); if (this.activePay == 0) { this.selfCardPay() } else if (this.activePay == 2) { @@ -315,7 +315,8 @@ payCode: 'WECHAT_ORDER_PAY_WECHAT', //APP填WECHAT_ORDER_PAY_APP,小程序填 orderId: this.order.orderSerialNumber, payClient: 'XOIL_DRIVER_WECHAT_APPLET', //"支付端。安卓XOIL_DRIVER_ANDROID,小程序 - userIp: (this.userIp?this.userIp:"36.57.160.59") + userIp: (this.userIp?this.userIp:"36.57.160.59"), + merchantNo:10089145264 } oilPayApi.aggregatePay(payData).then(res => { @@ -391,7 +392,7 @@ "orderSerialNumber": this.order.orderSerialNumber, //类型:String 必有字段 备注:订单编号 "payChannel": "BALANCE_PAYMENT", //类型:String 必有字段 备注:支付渠道(BALANCE_PAYMENT:余额支付) "orderMethod": "CUSTOMER_ACTIVE", //类型:String 必有字段 备注:订单产生方式(CUSTOMER_ACTIVE:客户扫码支付:客户扫描油站二维码完成支付) - "createSource": "XOIL_DRIVER_WECHAT_APPLET" + "createSource": "XOIL_DRIVER_WECHAT_APPLET", } oilOrderApi.payOrder(payData).then(res => { if (res.code == 20000) { diff --git a/components/site-item/site-item.vue b/components/site-item/site-item.vue index e7fbb02..1e9ded4 100644 --- a/components/site-item/site-item.vue +++ b/components/site-item/site-item.vue @@ -1,5 +1,5 @@