|
@ -10,6 +10,7 @@ import venueInfoAsync from "@/subpackage/groupon/components/venue_info.vue"; |
|
|
import { orderGet, cancelCheck, orderCancel, getCreateOrderProxyData } from "../api"; |
|
|
import { orderGet, cancelCheck, orderCancel, getCreateOrderProxyData } from "../api"; |
|
|
import { get_zh_day } from "@/utils"; |
|
|
import { get_zh_day } from "@/utils"; |
|
|
import { showLoad, hideLoad, showNone } from "@/utils/polish"; |
|
|
import { showLoad, hideLoad, showNone } from "@/utils/polish"; |
|
|
|
|
|
import { previewBase64Image } from "@/utils"; |
|
|
const orderInfo = ref({}); |
|
|
const orderInfo = ref({}); |
|
|
const cancelModalRef = ref(null); |
|
|
const cancelModalRef = ref(null); |
|
|
// order_type 0场地 1/2次卡 |
|
|
// order_type 0场地 1/2次卡 |
|
@ -30,7 +31,7 @@ function getOrderInfo({ brand_id, order_no }){ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function previewImg(img){ |
|
|
function previewImg(img){ |
|
|
uni.previewImage({ urls: [ img ] }); |
|
|
|
|
|
|
|
|
previewBase64Image(img) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function phoneClick(){ |
|
|
function phoneClick(){ |
|
|