|
@@ -1,11 +1,11 @@
|
|
import {
|
|
import {
|
|
reactive
|
|
reactive
|
|
} from "vue"
|
|
} from "vue"
|
|
-import {hasUserIdentity} from "@/utils/common.js"
|
|
|
|
|
|
+import {getUserIdentity} from "@/utils/common.js"
|
|
|
|
|
|
export function useSwiper(Da, noticeYK) {
|
|
export function useSwiper(Da, noticeYK) {
|
|
|
|
|
|
- const useCode = hasUserIdentity()
|
|
|
|
|
|
+ const useCode = getUserIdentity()
|
|
|
|
|
|
const swiperData = reactive({
|
|
const swiperData = reactive({
|
|
startX: 0, // 触摸起点X坐标
|
|
startX: 0, // 触摸起点X坐标
|