main #34

Merged
charles merged 191 commits from main into prod 2025-11-19 16:18:39 +08:00
2 changed files with 8 additions and 3 deletions
Showing only changes of commit 234d1acedf - Show all commits

View File

@ -775,7 +775,7 @@ async def baidu_confirm_refund_order(ns={}):
await sor.U('baidu_orders', {'id': refund_id, 'refundstatus': '1'})
# 增加延迟
await asyncio.sleep(1)
await asyncio.sleep(4)
# 延迟2-3秒还是获取到 ready状态的订单那就重复请求一次目的是尽快刷新状态
async with aiohttp_client.request(

View File

@ -97,7 +97,12 @@ export default {
// this.$router.push({
// path: '/customer/unsubscribe/BaiduNetdisk',
// });
window.location.reload(); //
//
if (this.$router) {
this.$router.go(0); // 使 Vue Router
} else {
window.location.reload(); //
}
} else {
//