添加公众号配置
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user