新增注册来源功能
This commit is contained in:
@ -142,7 +142,7 @@
|
||||
import { onPageScroll, onReachBottom } from '@dcloudio/uni-app'
|
||||
import useMescroll from "@/uni_modules/mescroll-uni/hooks/useMescroll.js"
|
||||
import { LOCATION_DENY_TIME_KEY, handleEnsureLocationAuthHooks, LOCATION_DEFAULT_CITY, handleGetLocationCity, LOCATION_CITY_KEY, handleForceGetLocation } from '@/hooks/useLocation'
|
||||
import { getHomeBannerList, getHomeCouponPopup, claimIndexCoupon } from '@/api/home'
|
||||
import { getHomeBannerList, getHomeCouponPopup, claimIndexCoupon, getWxacode } from '@/api/home'
|
||||
import { getHomeTeaStoreList } from '@/api/tea-room'
|
||||
import { useUserStore } from '@/store'
|
||||
import { useToast } from 'wot-design-uni'
|
||||
@ -213,7 +213,11 @@
|
||||
}
|
||||
})
|
||||
|
||||
onLoad(async() => {
|
||||
onLoad(async(args) => {
|
||||
|
||||
// 获取小程序码注册来源
|
||||
// getWxacode().then( res => {})
|
||||
|
||||
// 初始化页面数据
|
||||
Index.handleInit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user