This commit is contained in:
Gao xiaosong
2020-08-10 07:12:36 +08:00
parent c498644b37
commit 12f15fbc62
5 changed files with 316 additions and 307 deletions

View File

@ -76,6 +76,8 @@ export function payOrderHandle(orderId, type, from) {
uni.showLoading({ title: '加载中' })
payOrder(orderId, type, from)
.then(res => {
console.log(res)
console.log('微信支付参数')
const data = res.data;
uni.hideLoading()
switch (data.status) {