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
6643da5e
Commit
6643da5e
authored
Jun 03, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化阅读记录
parent
c932e64a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+5
-2
readerRecord.vue
vedio/pagesD/readerRecord/readerRecord.vue
+4
-4
No files found.
vedio/components/coin-popup/coin-popup.vue
View file @
6643da5e
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
src=
"@/static/index/ic_quit_white.png"
></image>
src=
"@/static/index/ic_quit_white.png"
></image>
</view>
</view>
<view
class=
"body"
style=
"width: 100%;height: 100%;"
>
<view
class=
"body"
style=
"width: 100%;height: 100%;
background-color: white;
"
>
<scroll-view
scroll-y
>
<scroll-view
scroll-y
>
<view
style=
"display: flex;flex-direction: column;align-items: flex-end;"
>
<view
style=
"display: flex;flex-direction: column;align-items: flex-end;"
>
<view
style=
"display: flex;flex-direction: row;"
>
<view
style=
"display: flex;flex-direction: row;"
>
...
@@ -229,6 +229,7 @@
...
@@ -229,6 +229,7 @@
},
},
fail
(
res
)
{
fail
(
res
)
{
uni
.
hideLoading
();
uni
.
hideLoading
();
console
.
log
(
'ttPrePay'
,
res
.
errMsg
);
// message.notify(res.errMsg);
// message.notify(res.errMsg);
},
},
});
});
...
@@ -255,6 +256,7 @@
...
@@ -255,6 +256,7 @@
that
.
queryOrderStatus
(
largeType
,
ttData
.
tidStr
);
that
.
queryOrderStatus
(
largeType
,
ttData
.
tidStr
);
},
},
fail
(
res
)
{
fail
(
res
)
{
console
.
log
(
'ios pay'
,
res
.
errMsg
);
// message.notify(res.errMsg);
// message.notify(res.errMsg);
},
},
});
});
...
@@ -265,6 +267,7 @@
...
@@ -265,6 +267,7 @@
that
.
queryOrderStatus
(
largeType
,
ttData
.
tidStr
);
that
.
queryOrderStatus
(
largeType
,
ttData
.
tidStr
);
},
},
fail
(
res
)
{
fail
(
res
)
{
console
.
log
(
'android pay'
,
res
.
errMsg
);
// message.notify(res.errMsg);
// message.notify(res.errMsg);
},
},
});
});
...
@@ -312,7 +315,7 @@
...
@@ -312,7 +315,7 @@
.section
{
.section
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
background
:
white
;
//
background: white;
}
}
.pack-box
{
.pack-box
{
...
...
vedio/pagesD/readerRecord/readerRecord.vue
View file @
6643da5e
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</view>
</view>
<view
style=
"display: flex;align-items: center;margin-right: 8rpx;"
>
<view
style=
"display: flex;align-items: center;margin-right: 8rpx;"
>
<view
style=
"display: flex;flex-direction: column;"
>
<view
style=
"display: flex;flex-direction: column;"
>
<image
v-if=
"
item.collect==0
"
@
click=
"handleXing(item)"
<image
v-if=
"
!item.isCollect
"
@
click=
"handleXing(item)"
style=
"width: 50rpx;height: 50rpx;display: flex;align-items: right;padding-right: 4rpx;"
style=
"width: 50rpx;height: 50rpx;display: flex;align-items: right;padding-right: 4rpx;"
src=
"../../static/home_collect_img_0.png"
></image>
src=
"../../static/home_collect_img_0.png"
></image>
<image
v-else
@
click=
"handleXing(item)"
<image
v-else
@
click=
"handleXing(item)"
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
this
.
post
({
this
.
post
({
url
:
'/book/collect'
,
url
:
'/book/collect'
,
data
:
{
data
:
{
articleId
:
item
.
articleI
d
,
articleId
:
item
.
i
d
,
},
},
showLoading
:
false
,
showLoading
:
false
,
success
:
({
success
:
({
...
@@ -104,9 +104,9 @@
...
@@ -104,9 +104,9 @@
});
});
}
else
{
}
else
{
this
.
post
({
this
.
post
({
url
:
'/book/c
ancelCollect
'
,
url
:
'/book/c
ollectCancel
'
,
data
:
{
data
:
{
articleId
:
item
.
articleI
d
,
articleId
:
item
.
i
d
,
},
},
showLoading
:
false
,
showLoading
:
false
,
success
:
({
success
:
({
...
...
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