|
@@ -8,7 +8,8 @@
|
|
|
:autoplay="false" indicatorStyle="right: 20px" radius="0">
|
|
|
<template #indicator>
|
|
|
<view class="indicator-num">
|
|
|
- <text class="indicator-num__text">{{ currentNum + 1 }}/{{ info.file?.length }}</text>
|
|
|
+ <text
|
|
|
+ class="indicator-num__text">{{ currentNum + 1 }}/{{ info.file?.length }}</text>
|
|
|
</view>
|
|
|
</template>
|
|
|
</u-swiper>
|
|
@@ -287,7 +288,7 @@
|
|
|
// 联系卖家
|
|
|
const toChat = (item) => {
|
|
|
uni.makePhoneCall({
|
|
|
- phoneNumber: item?.shop || '110',
|
|
|
+ phoneNumber: shop.value?.tel,
|
|
|
success: function () {
|
|
|
console.log('拨打电话成功');
|
|
|
},
|