添加以下4个页面的内容分享
1. 首页 2. 包间列表 3. 茶艺师列表 4. 茶艺师详情
This commit is contained in:
@ -27,11 +27,6 @@
|
||||
// uni.setStorageSync(LOCATION_CITY_KEY, LOCATION_DEFAULT_CITY)
|
||||
})
|
||||
onShow((options) => {
|
||||
// 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