修复部分支付宝运行报错问题

This commit is contained in:
2026-03-25 15:51:38 +08:00
parent 427f32ded7
commit 036f557c9a
2 changed files with 4 additions and 3 deletions

View File

@@ -122,4 +122,6 @@ export const cancelRefund = (data) => {
method: 'post', method: 'post',
data: data data: data
}) })
} }
export const exchange=()=>{}

View File

@@ -118,9 +118,8 @@
onMounted, onMounted,
getCurrentInstance, getCurrentInstance,
nextTick, nextTick,
onShow
} from 'vue'; } from 'vue';
//接口引入 //接口引入
import { import {
APIcallTabletakeNumber, APIcallTabletakeNumber,