添加公众号配置

This commit is contained in:
wangxiaowei
2025-10-13 16:15:41 +08:00
parent 168084029a
commit 0ff0df7d5b
21 changed files with 326 additions and 206 deletions

View File

@ -149,6 +149,7 @@
import {TeaSpecialistLevels} from '@/utils/teaSpecialist'
import TeaSpecialistLevel from '@/components/TeaSpecialistLevel.vue'
import { OrderSource, OrderStatus } from '@/utils/order'
import {getlocation} from '@/utils/jwexin'
const OSS = inject('OSS')
@ -159,6 +160,9 @@
const { mescrollInit, downCallback } = useMescroll(onPageScroll, onReachBottom) // 调用mescroll的hook
onLoad(() => {
getlocation((res) => {
console.log('经纬度:' + res.latitude + ',' + res.longitude)
})
})
const Index = {
@ -231,7 +235,7 @@
// 跳转到团体预约页面
handleToGroupReserve: () => {
uni.navigateTo({
url: '/pages/reservve/group-tea-specialist'
url: '/pages/reserve/group-tea-specialist'
})
}
}
@ -246,9 +250,9 @@
.tea-level-scrollbar {
&::-webkit-scrollbar {
display: none;
-ms-overflow-style: none;
scrollbar-width: none;
}
-ms-overflow-style: none;
scrollbar-width: none;
}
.home-bg {