This commit is contained in:
2023-08-29 00:24:24 +08:00
parent f762ca430d
commit dc340c7f4d
6 changed files with 99 additions and 50 deletions

View File

@@ -70,6 +70,7 @@ export default class JtoolsPay {
params.openId = uni.getStorageSync('openId');
}
prePay(params).then(res => {
console.log('预支付',res);
if (res.code == '0000') {
resolve(res);
}