Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
uniapp_vedio
Commits
5c0bea3f
Commit
5c0bea3f
authored
Sep 09, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
快手小程序
parent
9cf7f819
Changes
16
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
1027 additions
and
1057 deletions
+1027
-1057
page-route.js
vedio/common/services/page-route.js
+6
-6
userServices.js
vedio/common/services/userServices.js
+6
-4
recommend-list.vue
vedio/components/recommend-list/recommend-list.vue
+0
-2
vipback-popup.vue
vedio/components/vipback-popup/vipback-popup.vue
+8
-4
warehouse-list.vue
vedio/components/warehouse/components/warehouse-list.vue
+7
-10
warehouse.vue
vedio/components/warehouse/warehouse.vue
+17
-40
book-content.vue
vedio/page-subs/sub_A/book-content/book-content.vue
+1
-1
bean-pop.vue
vedio/page-subs/sub_A/book-content/components/bean-pop.vue
+1
-2
detail-buy.vue
vedio/page-subs/sub_A/book-content/components/detail-buy.vue
+485
-486
recommend-pop.vue
...page-subs/sub_A/book-content/components/recommend-pop.vue
+1
-2
vip-pop.vue
vedio/page-subs/sub_A/book-content/components/vip-pop.vue
+1
-2
bean-pop.vue
...page-subs/sub_A/book-long-content/components/bean-pop.vue
+1
-2
detail-buy.vue
...ge-subs/sub_A/book-long-content/components/detail-buy.vue
+491
-492
recommend-pop.vue
...subs/sub_A/book-long-content/components/recommend-pop.vue
+1
-1
vip-pop.vue
.../page-subs/sub_A/book-long-content/components/vip-pop.vue
+1
-2
search-header-bar.vue
...e-subs/sub_A/book-search/components/search-header-bar.vue
+0
-1
No files found.
vedio/common/services/page-route.js
View file @
5c0bea3f
...
...
@@ -18,10 +18,10 @@ function gotoBookSearchPage(searchType = ENUM_SEARCH_TYPE.WAREHOUSE, keyword) {
// 文章详情
function
gotoBookContentPage
(
bookId
,
shortis
)
{
if
(
shortis
&&
shortis
==
0
)
{
gotoShortBookContentPage
(
bookId
)
}
else
{
gotoLongBookContentPage
(
bookId
)
if
(
shortis
&&
shortis
==
0
)
{
gotoShortBookContentPage
(
bookId
)
}
else
{
gotoLongBookContentPage
(
bookId
)
}
}
...
...
@@ -29,7 +29,7 @@ function gotoBookContentPage(bookId, shortis) {
function
gotoShortBookContentPage
(
bookId
)
{
// 短篇小说
uni
.
navigateTo
({
url
:
`/page-subs/sub_A/book-content/book-content
`
,
url
:
`/page-subs/sub_A/book-content/book-content
?bookId=`
+
bookId
,
success
:
(
res
)
=>
{
res
.
eventChannel
.
emit
(
"openBookContentPage"
,
{
bookId
...
...
@@ -41,7 +41,7 @@ function gotoShortBookContentPage(bookId) {
// 长篇文章详情
function
gotoLongBookContentPage
(
bookId
)
{
uni
.
navigateTo
({
url
:
`/page-subs/sub_A/book-long-content/book-long-content
`
,
url
:
`/page-subs/sub_A/book-long-content/book-long-content
?bookId=`
+
bookId
,
success
:
(
res
)
=>
{
res
.
eventChannel
.
emit
(
"openBookContentPage"
,
{
bookId
...
...
vedio/common/services/userServices.js
View file @
5c0bea3f
...
...
@@ -18,7 +18,7 @@ import {
}
from
"../utils/util.js"
;
import
{
PAKEAGE_NAME
,
PAKEAGE_NAME
,
VERSION_CODE
}
from
"../../utils/utils.js"
;
import
{
...
...
@@ -114,7 +114,9 @@ function refreshUserInfo() {
id
:
userData
.
idcode
,
memberExpirationDate
:
userData
.
expireTime
})
saveNickname
(
userData
.
nickname
);
if
(
userData
.
nickname
)
{
saveNickname
(
userData
.
nickname
);
}
saveUserInfo
(
user
);
// 存储用户数据
postNotification
(
KEY_NOTIFICATION_LOGIN_SUCCESS
);
// 通知登录成功
}
...
...
@@ -149,7 +151,7 @@ function postPhone(data, callback) {
function
requestToken
(
data
,
callback
)
{
let
url
=
`
${
config
[
"BASE_URL"
]}
/user/ttLogin`
;
let
header
=
{
pkgName
:
PAKEAGE_NAME
,
pkgName
:
PAKEAGE_NAME
,
version
:
VERSION_CODE
,
token
:
``
}
...
...
@@ -183,7 +185,7 @@ function requestUserInfo(callback) {
Object
.
assign
(
header
,
{
token
:
readToken
(),
pkgName
:
PAKEAGE_NAME
,
pkgName
:
PAKEAGE_NAME
,
version
:
VERSION_CODE
,
proChannel
:
uniChannel
})
...
...
vedio/components/recommend-list/recommend-list.vue
View file @
5c0bea3f
...
...
@@ -103,8 +103,6 @@
}
})
}
else
if
(
this
.
listType
==
2
)
{
console
.
log
(
'DDDDDDDD'
)
getRecommendV1
(
'newbook'
,
8
,
(
success
,
data
)
=>
{
if
(
success
)
{
this
.
changeData
(
data
)
...
...
vedio/components/vipback-popup/vipback-popup.vue
View file @
5c0bea3f
...
...
@@ -4,15 +4,15 @@
<view
class=
"dialog-container"
>
<view
class=
"dialog-content"
>
<text
style=
"font-size: 42rpx; color: #6C6A6A;"
>
{{
vipBean
.
topTitle
}}
{{
vipBean
2
.
topTitle
}}
</text>
<view
style=
"display: flex;flex-direction: row;margin-top: 30rpx;"
>
<view
style=
"font-size: 42rpx;color: #333232;margin-top: 18rpx;"
>
充
</view>
<view
style=
"font-size: 60rpx;color: #F32E2E;font-weight: 777;"
>
{{
vipBean
.
firstPayPrice
}}
</view>
<view
style=
"font-size: 60rpx;color: #F32E2E;font-weight: 777;"
>
{{
vipBean
2
.
firstPayPrice
}}
</view>
<view
style=
"font-size: 42rpx;color: #333232;margin-top: 18rpx;"
>
元
</view>
</view>
<text
style=
"margin-top: 30rpx; font-size: 38rpx; color: #F32E2E"
>
{{
vipBean
.
remarks
}}
{{
vipBean
2
.
remarks
}}
</text>
<image
@
click=
"handlePay"
...
...
@@ -53,7 +53,8 @@
},
data
()
{
return
{
os
:
'android'
os
:
'android'
,
vipBean2
:
{}
};
},
watch
:
{
...
...
@@ -67,6 +68,9 @@
}
},
methods
:
{
onLoad
(
options
)
{
this
.
vipBean2
=
this
.
vipBean
},
showdialog
()
{
this
.
$refs
.
vipback
.
open
();
console
.
log
(
'vipback-'
,
this
.
vipBean
);
...
...
vedio/components/warehouse/components/warehouse-list.vue
View file @
5c0bea3f
<
template
>
<view>
<c-list
ref=
'list'
flag=
'warehouse'
method=
"POST"
:height=
"height"
url=
'/book/articleList/'
:param=
"requestParam"
@
change=
'changeData'
>
<book-list-item
v-for=
'(item, index) in dataList'
:key=
'index'
:item=
'item'
:showClose=
'false'
@
tapItem=
'tapItem($event, index)'
@
close=
'tapClose($event, index)'
>
</book-list-item>
</c-list>
</view>
<c-list
ref=
'list'
flag=
'warehouse'
method=
"POST"
:height=
"height"
url=
'/book/articleList/'
:param=
"requestParam"
@
change=
'changeData'
>
<book-list-item
v-for=
'(item, index) in dataList'
:key=
'index'
:item=
'item'
:showClose=
'false'
@
tapItem=
'tapItem($event, index)'
@
close=
'tapClose($event, index)'
>
</book-list-item>
</c-list>
</
template
>
<
script
>
...
...
@@ -49,8 +47,7 @@
},
watch
:
{},
methods
:
{
initRefresh
()
{
console
.
log
(
'YYYYYYY'
)
initRefresh
()
{
if
(
isEmpty
(
this
.
dataList
))
{
this
.
refreshList
();
}
...
...
vedio/components/warehouse/warehouse.vue
View file @
5c0bea3f
...
...
@@ -3,7 +3,7 @@
<CategoryBar
id=
'category'
:range=
'categorys'
:current=
'currentIndex'
@
change=
'changeCategory'
@
ready=
'readyCategory'
></CategoryBar>
<view
:style=
"[listStyle]"
v-if=
'showEmpty'
>
<c-empty
emptyTitle=
"
暂无数据
"
></c-empty>
<c-empty
emptyTitle=
"
正在加载中~
"
></c-empty>
</view>
<view
:style=
"[listStyle]"
v-else
>
<swiper
:style=
"[listStyle]"
:indicator-dots=
"false"
:autoplay=
"false"
:current=
"currentIndex"
...
...
@@ -13,14 +13,12 @@
</swiper-item>
</swiper>
</view>
<view
style=
"height: 20rpx;"
></view>
</scroll-view>
</
template
>
<
script
>
import
CategoryBar
from
"./components/category-bar.vue"
;
import
WarehouseList
from
"./components/warehouse-list.vue"
;
import
CEmpty
from
"@/components/c-empty/c-empty.vue"
;
import
SystemInfoMixin
from
"../../common/mixins/system-info-mixin.js"
;
import
Category
from
"./models/Category.js"
;
import
{
...
...
@@ -39,8 +37,7 @@
mixins
:
[
SystemInfoMixin
],
components
:
{
CategoryBar
,
WarehouseList
,
CEmpty
WarehouseList
},
data
()
{
return
{
...
...
@@ -49,9 +46,8 @@
currentIndex
:
0
,
};
},
onLoad
(
options
)
{},
onReady
()
{
this
.
getCategoryData
()
onLoad
(
options
)
{
},
computed
:
{
showEmpty
:
function
()
{
...
...
@@ -59,7 +55,7 @@
},
listStyle
:
function
()
{
return
{
height
:
`
${
this
.
listHeight
}
px`
,
height
:
`
${
this
.
listHeight
}
px`
}
},
categroyChange
:
function
()
{
...
...
@@ -76,36 +72,20 @@
watch
:
{
categroyChange
:
{
handler
:
function
(
n
,
o
)
{
// if (this.$refs[`bookList${n.currentIndex}`]) {
// this.$refs[`bookList${n.currentIndex}`][0].initRefresh();
// }
this
.
$nextTick
(()
=>
{
let
ref
=
this
.
$refs
.
bookList
;
if
(
ref
)
{
console
.
log
(
'TTTTTTT'
)
ref
[
n
.
currentIndex
].
initRefresh
();
}
})
setTimeout
(()
=>
{
this
.
$refs
[
`bookList
${
n
.
currentIndex
}
`
][
0
].
initRefresh
();
},
500
)
},
deep
:
true
}
},
methods
:
{
show
()
{
// if (this.$refs[`bookList${this.currentIndex}`][0].isEmpty()) {
// this.$refs[`bookList${this.currentIndex}`][0].initRefresh();
// }
this
.
$nextTick
(()
=>
{
let
ref
=
this
.
$refs
.
bookList
;
if
(
ref
)
{
console
.
log
(
'TTTTTTT'
)
ref
[
n
.
currentIndex
].
initRefresh
();
}
})
this
.
getCategoryData
();
},
hide
()
{
},
hide
()
{},
readyCategory
()
{
setTimeout
(()
=>
{
this
.
initHeight
()
...
...
@@ -114,7 +94,7 @@
getCategoryData
()
{
getCategorys
((
success
,
data
)
=>
{
if
(
success
)
{
var
result
=
data
.
records
?
data
.
records
.
map
(
item
=>
{
let
result
=
data
.
records
?
data
.
records
.
map
(
item
=>
{
return
new
Category
(
item
)
}).
sort
((
a
,
b
)
=>
{
return
a
.
sort
-
b
.
sort
...
...
@@ -123,23 +103,20 @@
name
:
"全部"
,
id
:
""
}))
console
.
log
(
'KKKKKKKKKKKKKKK'
,
result
)
this
.
categorys
=
result
;
console
.
log
(
'KKKKKKKKKKKKKKK'
,
this
.
categorys
)
}
})
},
initHeight
()
{
const
query
=
uni
.
createSelectorQuery
().
in
(
this
);
query
.
select
(
"#navi"
).
boundingClientRect
();
query
.
select
(
"#search"
).
boundingClientRect
();
query
.
select
(
"#category"
).
boundingClientRect
();
query
.
exec
((
res
)
=>
{
let
result
=
0
;
var
result
=
0
;
res
.
forEach
(
item
=>
{
if
(
item
)
{
result
=
result
+
item
.
height
;
if
(
item
.
height
)
{
result
=
result
+
item
.
height
;
}
}
})
this
.
listHeight
=
this
.
windowHeight
-
result
-
(
this
.
windowHeight
*
0.1
);
...
...
vedio/page-subs/sub_A/book-content/book-content.vue
View file @
5c0bea3f
...
...
@@ -100,7 +100,7 @@
}
},
this
)
//
this.refreshBookData(this.bookId)
this
.
refreshBookData
(
this
.
bookId
)
},
onShow
()
{
refreshUserInfo
();
...
...
vedio/page-subs/sub_A/book-content/components/bean-pop.vue
View file @
5c0bea3f
...
...
@@ -301,8 +301,7 @@
position
:
relative
;
.row
{
margin
:
8rpx
15rpx
;
marign-bottom
:
0
;
margin
:
8rpx
15rpx
0
15rpx
;
}
.row
:last-child
{
...
...
vedio/page-subs/sub_A/book-content/components/detail-buy.vue
View file @
5c0bea3f
This diff is collapsed.
Click to expand it.
vedio/page-subs/sub_A/book-content/components/recommend-pop.vue
View file @
5c0bea3f
...
...
@@ -186,8 +186,7 @@
position
:
relative
;
.row
{
margin
:
8rpx
15rpx
;
marign-bottom
:
0
;
margin
:
8rpx
15rpx
0
15rpx
;
}
.row
:last-child
{
...
...
vedio/page-subs/sub_A/book-content/components/vip-pop.vue
View file @
5c0bea3f
...
...
@@ -267,8 +267,7 @@
position
:
relative
;
.row
{
margin
:
8rpx
15rpx
;
marign-bottom
:
0
;
margin
:
8rpx
15rpx
0
15rpx
;
}
.row
:last-child
{
...
...
vedio/page-subs/sub_A/book-long-content/components/bean-pop.vue
View file @
5c0bea3f
...
...
@@ -272,8 +272,7 @@
position
:
relative
;
.row
{
margin
:
8rpx
15rpx
;
marign-bottom
:
0
;
margin
:
8rpx
15rpx
0
15rpx
;
}
.row
:last-child
{
...
...
vedio/page-subs/sub_A/book-long-content/components/detail-buy.vue
View file @
5c0bea3f
This diff is collapsed.
Click to expand it.
vedio/page-subs/sub_A/book-long-content/components/recommend-pop.vue
View file @
5c0bea3f
...
...
@@ -184,7 +184,7 @@
position
:
relative
;
.row
{
margin
:
8rpx
15rpx
;
margin
:
8rpx
15rpx
0
15rpx
;
marign-bottom
:
0
;
}
...
...
vedio/page-subs/sub_A/book-long-content/components/vip-pop.vue
View file @
5c0bea3f
...
...
@@ -267,8 +267,7 @@
position
:
relative
;
.row
{
margin
:
8rpx
15rpx
;
marign-bottom
:
0
;
margin
:
8rpx
15rpx
0
15rpx
;
}
.row
:last-child
{
...
...
vedio/page-subs/sub_A/book-search/components/search-header-bar.vue
View file @
5c0bea3f
...
...
@@ -4,7 +4,6 @@
<uni-easyinput
v-model=
"searchKeyword"
placeholder=
"请输入书名或者作者名"
:focus=
'focus'
confirmType=
"search"
trim=
"all"
:inputBorder=
"true"
@
clear=
"clearInput"
@
change=
"changeInput"
@
confirm=
"changeInput"
></uni-easyinput>
</view>
<view
class=
"button-box item"
@
click=
"tapSearch"
>
<view
class=
"title"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment