i
This commit is contained in:
@@ -125,11 +125,11 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Taro from "@tarojs/taro";
|
||||
import { Find, Locationg3 } from "@nutui/icons-vue-taro";
|
||||
import { ref } from "vue";
|
||||
import { calculateDistance } from "../../../utils";
|
||||
import { getMerCategory, getGoodList } from "../../../api/goods";
|
||||
import Taro from '@tarojs/taro'
|
||||
import {Find, Locationg3} from '@nutui/icons-vue-taro'
|
||||
import {ref} from 'vue'
|
||||
import {calculateDistance} from '../../../utils'
|
||||
import {getGoodList, getMerCategory} from '../../../api/goods'
|
||||
|
||||
const swiperList = ref([]);
|
||||
|
||||
@@ -160,7 +160,7 @@ Taro.useLoad(() => {
|
||||
|
||||
const clickPhone = () => {
|
||||
Taro.makePhoneCall({
|
||||
phoneNumber: mer_info.value.phone,
|
||||
phoneNumber: mer_info.value.mobile
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user