feat: 添加电话号码与微小调整
This commit is contained in:
@@ -63,7 +63,7 @@ const openMap = () => {
|
|||||||
// 拨打电话
|
// 拨打电话
|
||||||
const getPhoneNumber = () => {
|
const getPhoneNumber = () => {
|
||||||
const o = props.orderData || {};
|
const o = props.orderData || {};
|
||||||
return o.commodityPhone || o.phone || o.contactPhone || "";
|
return o.commodityPhone || o.phone || o.contactPhone || "15608199221";
|
||||||
};
|
};
|
||||||
|
|
||||||
const callPhone = () => {
|
const callPhone = () => {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<view class="flex flex-items-start flex-col"
|
<view class="flex flex-items-start flex-col"
|
||||||
v-for="(item, index) in goodsData.commodityPackageConfig" :key="index"
|
v-for="(item, index) in goodsData.commodityPackageConfig" :key="index"
|
||||||
>
|
>
|
||||||
<view class="title-row ml-4 mb-4">
|
<view class="title-row py-4 ml-4">
|
||||||
<text class="left font-size-14 color-171717">{{ item.name }}</text>
|
<text class="left font-size-14 color-171717">{{ item.name }}</text>
|
||||||
<view class="sep" aria-hidden="true"></view>
|
<view class="sep" aria-hidden="true"></view>
|
||||||
<text class="right font-size-14 color-171717">{{ item.count }}{{ item.unit }}</text>
|
<text class="right font-size-14 color-171717">{{ item.count }}{{ item.unit }}</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user