修复部分支付宝运行报错问题
This commit is contained in:
@@ -122,4 +122,6 @@ export const cancelRefund = (data) => {
|
|||||||
method: 'post',
|
method: 'post',
|
||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const exchange=()=>{}
|
||||||
@@ -118,9 +118,8 @@
|
|||||||
onMounted,
|
onMounted,
|
||||||
getCurrentInstance,
|
getCurrentInstance,
|
||||||
nextTick,
|
nextTick,
|
||||||
onShow
|
|
||||||
} from 'vue';
|
} from 'vue';
|
||||||
|
|
||||||
//接口引入
|
//接口引入
|
||||||
import {
|
import {
|
||||||
APIcallTabletakeNumber,
|
APIcallTabletakeNumber,
|
||||||
|
|||||||
Reference in New Issue
Block a user