feat: 添加电话号码与微小调整
This commit is contained in:
@@ -63,7 +63,7 @@ const openMap = () => {
|
||||
// 拨打电话
|
||||
const getPhoneNumber = () => {
|
||||
const o = props.orderData || {};
|
||||
return o.commodityPhone || o.phone || o.contactPhone || "";
|
||||
return o.commodityPhone || o.phone || o.contactPhone || "15608199221";
|
||||
};
|
||||
|
||||
const callPhone = () => {
|
||||
|
||||
Reference in New Issue
Block a user