更新:课程确认订单和订单支付功能初步完成

This commit is contained in:
2025-11-24 17:15:28 +08:00
parent b357225703
commit bfe0c09242
16 changed files with 2022 additions and 63 deletions

View File

@@ -18,7 +18,7 @@ export const onPageBack = () => {
/**
* 拨打电话
*/
export const makePhoneCall = (phoneNumber: string, title: string) => {
export const makePhoneCall = (phoneNumber: string, title: string = '') => {
uni.showModal({
title: title,
content: phoneNumber,