This commit is contained in:
2023-10-10 14:10:32 +08:00
parent e36d60d015
commit 2f788956c6
8 changed files with 1597 additions and 1509 deletions

View File

@@ -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
});
};