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
2023-01-30 18:13:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
64c30d5ccc718dd8b589c4113654e625b4242900
64c30d5c
1 parent
8baa52b7
访客进去的书籍列表页面,“为幼儿园助力”按钮名称改为“捐助小红花 支持多民族幼儿语言发展”
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
components.d.ts
src/views/client/chooseBook.vue
components.d.ts
View file @
64c30d5
...
...
@@ -7,7 +7,6 @@ export {}
declare
module
'@vue/runtime-core'
{
export
interface
GlobalComponents
{
'图形验证码'
:
typeof
import
(
'./src/components/图形验证码.vue'
)[
'default'
]
Agreement
:
typeof
import
(
'./src/components/DonateFlower/agreement.vue'
)[
'default'
]
AuditVideoCard
:
typeof
import
(
'./src/components/AuditVideoCard/index.vue'
)[
'default'
]
Banner
:
typeof
import
(
'./src/components/MuiVideo/banner.vue'
)[
'default'
]
...
...
@@ -35,22 +34,36 @@ declare module '@vue/runtime-core' {
Status
:
typeof
import
(
'./src/components/MuiVideo/status.vue'
)[
'default'
]
Template
:
typeof
import
(
'./src/components/template/index.vue'
)[
'default'
]
Test
:
typeof
import
(
'./src/components/LoginBox/test.vue'
)[
'default'
]
VanActionSheet
:
typeof
import
(
'vant/es'
)[
'ActionSheet'
]
VanButton
:
typeof
import
(
'vant/es'
)[
'Button'
]
VanCellGroup
:
typeof
import
(
'vant/es'
)[
'CellGroup'
]
VanCheckbox
:
typeof
import
(
'vant/es'
)[
'Checkbox'
]
VanCol
:
typeof
import
(
'vant/es'
)[
'Col'
]
VanConfigProvider
:
typeof
import
(
'vant/es'
)[
'ConfigProvider'
]
VanDialog
:
typeof
import
(
'vant/es'
)[
'Dialog'
]
VanEmpty
:
typeof
import
(
'vant/es'
)[
'Empty'
]
VanField
:
typeof
import
(
'vant/es'
)[
'Field'
]
VanForm
:
typeof
import
(
'vant/es'
)[
'Form'
]
VanIcon
:
typeof
import
(
'vant/es'
)[
'Icon'
]
VanImage
:
typeof
import
(
'vant/es'
)[
'Image'
]
VanList
:
typeof
import
(
'vant/es'
)[
'List'
]
VanLoading
:
typeof
import
(
'vant/es'
)[
'Loading'
]
VanNumberKeyboard
:
typeof
import
(
'vant/es'
)[
'NumberKeyboard'
]
VanOverlay
:
typeof
import
(
'vant/es'
)[
'Overlay'
]
VanPicker
:
typeof
import
(
'vant/es'
)[
'Picker'
]
VanPopup
:
typeof
import
(
'vant/es'
)[
'Popup'
]
VanRow
:
typeof
import
(
'vant/es'
)[
'Row'
]
VanStepper
:
typeof
import
(
'vant/es'
)[
'Stepper'
]
VanSticky
:
typeof
import
(
'vant/es'
)[
'Sticky'
]
VanSwipe
:
typeof
import
(
'vant/es'
)[
'Swipe'
]
VanSwipeItem
:
typeof
import
(
'vant/es'
)[
'SwipeItem'
]
VanTab
:
typeof
import
(
'vant/es'
)[
'Tab'
]
VanTabs
:
typeof
import
(
'vant/es'
)[
'Tabs'
]
VanTag
:
typeof
import
(
'vant/es'
)[
'Tag'
]
VanUploader
:
typeof
import
(
'vant/es'
)[
'Uploader'
]
VideoBar
:
typeof
import
(
'./src/components/MuiVideo/videoBar.vue'
)[
'default'
]
VideoCard
:
typeof
import
(
'./src/components/VideoCard/index.vue'
)[
'default'
]
VideoDetail
:
typeof
import
(
'./src/components/VideoDetail/index.vue'
)[
'default'
]
'图形验证码'
:
typeof
import
(
'./src/components/图形验证码.vue'
)[
'default'
]
}
}
...
...
src/views/client/chooseBook.vue
View file @
64c30d5
...
...
@@ -48,7 +48,10 @@
<van-empty v-if="emptyStatus" class="custom-image" :image="no_image" description="暂无书籍信息" />
</div>
<div style="height: 5rem" />
<donate-bar :kg-id="kg_id">为幼儿园助力</donate-bar>
<donate-bar :kg-id="kg_id">
<span v-if="kg_id">为幼儿园助力</span>
<span v-else>捐助小红花 支持多民族幼儿语言发展</span>
</donate-bar>
<shortcut-fixed :type="USER_ROLE.CLIENT" :item="shortcutItem" :custom-style="customStyle" />
</div>
</template>
...
...
Please
register
or
login
to post a comment