fix:图片地址更改,接口数据传输修改,添加h5、app跳转直播

This commit is contained in:
kele
2023-03-10 16:32:24 +08:00
parent 8eb4e4609d
commit c34e10cdc5
7 changed files with 33 additions and 20 deletions
+2 -2
View File
@@ -180,8 +180,8 @@ export default class SheepPay {
// 货到付款
async offlinePay() {
const { code } = await this.prepay();
code === 1 && this.payResult('success');
const { error } = await this.prepay();
error === 0 && this.payResult('success');
}
// 支付宝复制链接支付