fix: 修复支付问题
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
/>
|
||||
<text
|
||||
class="font-size-16 font-500 color-white"
|
||||
@click="$onMultipleClicks(() => emit('payClick', orderData))"
|
||||
>立即支付</text
|
||||
>
|
||||
</view>
|
||||
@@ -59,6 +58,11 @@ const totalAmt = computed(() => {
|
||||
const { specificationPrice } = props.orderData;
|
||||
return count.value * Number(specificationPrice) * totalDays;
|
||||
});
|
||||
|
||||
const handleBooking = () => {
|
||||
emit("payClick", props.orderData);
|
||||
};
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user