|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
* @Author: ch
|
|
|
|
|
* @Date: 2022-07-08 11:46:30
|
|
|
|
|
* @LastEditors: ch
|
|
|
|
|
* @LastEditTime: 2022-07-12 16:24:14
|
|
|
|
|
* @LastEditTime: 2022-07-12 17:02:01
|
|
|
|
|
* @Description: file content
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
@ -104,7 +104,7 @@ const ENV = process.env;
|
|
|
|
|
}, async (res) => {
|
|
|
|
|
if(res.errMsg !== 'get_brand_wcpay_request:cancel'){
|
|
|
|
|
if(res.errMsg !== 'get_brand_wcpay_request:ok'){
|
|
|
|
|
await uni._$toast(res.errMsg);
|
|
|
|
|
await uni._$toast(res.errMsg || '调起支付错误');
|
|
|
|
|
}
|
|
|
|
|
if(this.orderInfo.returnUrl){
|
|
|
|
|
window.location.replace(this.orderInfo.returnUrl);
|
|
|
|
|