style:根据支付分免押规范进行页面样式变更(整体)

This commit is contained in:
2025-06-30 09:09:08 +08:00
parent 8ac1666e6b
commit 7be1e97b7c
77 changed files with 2141 additions and 1420 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export const URL = "https://my.gxfs123.com/api"
// export const URL = "http://192.168.10.30:8080"
// export const URL = "http://192.168.10.33:8080"
export const appid = "wx2165f0be356ae7a9"
+10
View File
@@ -162,6 +162,15 @@ export const getOrderByOrderNoScore = (orderNo) => {
})
}
export const getOrderByOrderNoScorePayStatus = (orderNo) => {
console.log('通过订单号获取支付分订单状态',orderNo);
return request({
url: `/app/wx-payment/score/status/${orderNo}`,
method: 'get',
hideLoading: true
})
}
// 更新订单套餐信息
export const updateOrderPackage = (data) => {
console.log('更新订单套餐信息:', data)
@@ -180,3 +189,4 @@ export const updateUserBalance = (orderId) => {
hideLoading: true
})
}