fix: 支付结果页接口请求报错
parent
1fe14b9877
commit
78fc61f021
|
@ -73,6 +73,7 @@
|
|||
import { onLoad, onHide, onShow } from '@dcloudio/uni-app';
|
||||
import { reactive, computed } from 'vue';
|
||||
import { isEmpty } from 'lodash';
|
||||
import sheep from '@/sheep';
|
||||
|
||||
const state = reactive({
|
||||
orderId: 0,
|
||||
|
|
Loading…
Reference in New Issue