Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-11-13 16:12:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6273116690bf9ab028ee47e993592e13fd21aba8
62731166
1 parent
edb93795
选择幼儿园页面新增快捷方式组件
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
src/views/client/chooseSchool.vue
src/views/client/chooseSchool.vue
View file @
6273116
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-04-21 11:21:39
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
2-06-14 17:43:46
* @LastEditTime: 202
4-11-13 16:05:44
* @FilePath: /tswj/src/views/client/chooseSchool.vue
* @Description: 选择学校列表
-->
...
...
@@ -14,6 +14,7 @@
<ranking-item :item="item" :index-key="key" />
</template>
</div>
<shortcut-fixed :type="USER_ROLE.CLIENT" :item="[]" :custom-style="customStyle" />
</div>
</template>
...
...
@@ -24,6 +25,7 @@ import { killPages } from '@/hooks/useKeepAlive'
import { onMounted } from 'vue';
import { sharePage } from '@/composables/useShare.js'
import { useRoute } from 'vue-router'
import { USER_ROLE } from '@/constant'
// const go = useGo()
// 删除所有的 keep-alive 缓存
...
...
@@ -34,6 +36,10 @@ onMounted(() => {
// TAG:微信分享
sharePage({});
})
const customStyle = {
bottom: '5rem'
}
</script>
<script>
...
...
Please
register
or
login
to post a comment