msb_prod
ch 3 years ago
parent 271e961f31
commit 68bfe7a148

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

Loading…
Cancel
Save