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
2022-05-15 14:27:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
25f7538395317b867d90eb8a74330f2c76afdd69
25f75383
1 parent
03ea0923
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
22 deletions
src/views/client/chooseBook.vue
src/views/client/index.vue
src/views/client/chooseBook.vue
View file @
25f7538
...
...
@@ -48,6 +48,8 @@
</template>
<script setup>
import { useTitle } from '@vueuse/core'
import Cookies from 'js-cookie'
import no_image from '@images/que-shuju@2x.png'
...
...
@@ -63,11 +65,14 @@ import { ref, reactive, nextTick } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import _ from 'lodash'
import axios from '@/utils/axios';
import { Toast } from 'vant'
;
import { Toast } from 'vant'
const $route = useRoute();
const $router = useRouter();
// 设置页面标题
useTitle($route.meta.title)
const { kg_id, kgInfo } = bookFn($route)
// 配置快捷跳转条
...
...
@@ -121,25 +126,6 @@ const onClick = (item) => {
}
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data() {
return {
}
},
mounted() {
},
methods: {
}
}
</script>
<style lang="less" scoped>
@import url('@css/content-bg.less');
:global(.custom-image .van-empty__image) {
...
...
src/views/client/index.vue
View file @
25f7538
...
...
@@ -8,14 +8,14 @@
</div>
<div class="entry-wrapper">
<!-- TEMP:临时取消授权,正式需要删除 -->
<
div @click="cancelAuth">取消授权</div
>
<
!-- <div @click="cancelAuth">取消授权</div> --
>
<p class="text">请选择您的身份</p>
<div class="control">
<div class="plain">
<my-button type="custom" :custom-style="styleObject1" @on-click="goVisit">访客</my-button>
</div>
<div class="primary">
<my-button type="custom" :custom-style="styleObject2" @on-click="goSchool">
我有所属
幼儿园</my-button>
<my-button type="custom" :custom-style="styleObject2" @on-click="goSchool">
选择我的
幼儿园</my-button>
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment