完善茶艺师接口对接
This commit is contained in:
10
src/App.vue
10
src/App.vue
@ -27,11 +27,11 @@
|
||||
// uni.setStorageSync(LOCATION_CITY_KEY, LOCATION_DEFAULT_CITY)
|
||||
})
|
||||
onShow((options) => {
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
content: `当前请求域名是:${import.meta.env.VITE_SERVER_BASEURL}`,
|
||||
showCancel: false
|
||||
})
|
||||
// uni.showModal({
|
||||
// title: '提示',
|
||||
// content: `当前请求域名是:${import.meta.env.VITE_SERVER_BASEURL}`,
|
||||
// showCancel: false
|
||||
// })
|
||||
if (options?.path === 'bundle/order/tea-room/order-detail') {
|
||||
uni.setStorageSync('transferOrderParams', {
|
||||
orderId: options?.query?.orderId || '',
|
||||
|
||||
Reference in New Issue
Block a user