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-06-01 21:41:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f2dfb2b0844a55ce2cf3aeb7e611530f4ba1766
1f2dfb2b
1 parent
9b0bc302
馃寛 style:
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
src/components/RankingItem/index.vue
src/composables/useBookList.js
src/views/client/finishUpload.vue
src/components/RankingItem/index.vue
View file @
1f2dfb2
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-30 10:20:34
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-01
15:15:0
0
* @LastEditTime: 2022-06-01
21:40:5
0
* @FilePath: /tswj/src/components/RankingList/index.vue
-->
<template>
...
...
@@ -73,8 +73,6 @@ const handle = () => {
}
const rankInfo = ref('');
rankInfo.value = _.cloneDeep(props.item);
// TEMP: 娴嬭瘯鏁版嵁
// rankInfo.value.name = rankInfo.value.name + ' ' + rankInfo.value.name;
// 鏈夌┖鏍煎垎鍓瞡ame
if (rankInfo.value.name.indexOf(' ') > -1) {
rankInfo.value.multi_name = rankInfo.value.name.split(' ');
...
...
src/composables/useBookList.js
View file @
1f2dfb2
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-07 17:46:54
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-0
5-31 15:10:44
* @LastEditTime: 2022-0
6-01 21:40:57
* @FilePath: /tswj/src/composables/useBookList.js
* @Description:
*/
...
...
@@ -32,8 +32,6 @@ export const useBookList = () => {
.
then
(
res
=>
{
if
(
res
.
data
.
code
===
1
)
{
kgInfo
.
value
=
res
.
data
.
data
;
// TEMP: 娴嬭瘯鏁版嵁
// kgInfo.value.name = kgInfo.value.name + ' ' + kgInfo.value.name;
// 鏈夌┖鏍煎垎鍓瞡ame
if
(
kgInfo
.
value
.
name
.
indexOf
(
' '
)
>
-
1
)
{
kgInfo
.
value
.
multi_name
=
kgInfo
.
value
.
name
.
split
(
' '
);
...
...
src/views/client/finishUpload.vue
View file @
1f2dfb2
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-04-26 16:06:31
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-01 21:
35:21
* @LastEditTime: 2022-06-01 21:
40:14
* @FilePath: /tswj/src/views/client/finishUpload.vue
* @Description: 浣滃搧涓婁紶鎴愬姛鎻愮ず椤甸潰
-->
...
...
@@ -26,7 +26,6 @@
</div>
</div>
<!-- <donate-book :show-popup="showDonate" :item="userInfo" @on-close="closeDonate" /> -->
<donate-flower :user-type="donateType" :show-popup="showDonate" :item="donateInfo" @on-close="closeDonate" />
</template>
...
...
Please
register
or
login
to post a comment