添加以下4个页面的内容分享
1. 首页 2. 包间列表 3. 茶艺师列表 4. 茶艺师详情
This commit is contained in:
@ -229,6 +229,13 @@
|
||||
Index.handleResetSearch()
|
||||
})
|
||||
|
||||
// 首页分享
|
||||
onShareAppMessage(async (e) => {
|
||||
return {
|
||||
title: '首页',
|
||||
path: `/pages/index/index`,
|
||||
}
|
||||
})
|
||||
|
||||
const Index = {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user