forked from zhouruizhe/gmTouringMiniApp
Add check-in feature and update travel planner UI
This commit is contained in:
@@ -2,8 +2,12 @@ import { vi } from 'vitest'
|
||||
import { unref } from 'vue'
|
||||
|
||||
const uniMock = {
|
||||
canIUse: vi.fn(),
|
||||
getLocation: vi.fn(),
|
||||
getStorageSync: vi.fn(),
|
||||
getSystemInfoSync: vi.fn(() => ({ uniPlatform: 'mp-weixin' })),
|
||||
removeStorageSync: vi.fn(),
|
||||
setStorageSync: vi.fn(),
|
||||
setStorage: vi.fn(),
|
||||
showToast: vi.fn(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user