update
continuous-integration/drone/push Build is passing Details

pull/1/head
Kelvin 3 years ago
parent 53a1debbb3
commit 95b4bf2a19

@ -98,7 +98,7 @@ const { order_status, order_payment_way, sys_del_flag, sys_yes_no } = proxy.useD
const orderList = ref([]); const orderList = ref([]);
const loading = ref(false); const loading = ref(false);
const total = ref(0); const total = ref(0);
const open = ref(true); const open = ref(false);
const payUrl = ref(""); const payUrl = ref("");
const aoid = ref(""); const aoid = ref("");
const payType= ref("1") const payType= ref("1")

Loading…
Cancel
Save