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
8ea814f5
Commit
8ea814f5
authored
Nov 13, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
1434facc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+0
-3
index.vue
vedio/pages/index/index.vue
+3
-3
my.vue
vedio/pages/my/my.vue
+3
-1
No files found.
vedio/components/coin-popup/coin-popup.vue
View file @
8ea814f5
...
@@ -161,12 +161,9 @@
...
@@ -161,12 +161,9 @@
signType
:
wxParams
.
signType
,
signType
:
wxParams
.
signType
,
paySign
:
wxParams
.
paySign
,
paySign
:
wxParams
.
paySign
,
success
(
res
)
{
success
(
res
)
{
message
.
notify
(
'支付成功'
)
that
.
paySuccess
();
that
.
paySuccess
();
},
},
fail
(
res
)
{
fail
(
res
)
{
message
.
notify
(
'取消支付'
)
}
}
})
})
}
}
...
...
vedio/pages/index/index.vue
View file @
8ea814f5
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
</view>
</view>
</view>
</view>
<view
style=
"font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
title
}}
</view>
<view
style=
"font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
title
}}
</view>
<
view
style=
"font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
vedioDesc
}}
</view
>
<
!--
<view
style=
"font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
vedioDesc
}}
</view>
--
>
</view>
</view>
<view
class=
"item-wrap"
v-for=
"(item, i) in dataList"
:key=
"i"
v-if=
"i % 2 == 1"
<view
class=
"item-wrap"
v-for=
"(item, i) in dataList"
:key=
"i"
v-if=
"i % 2 == 1"
...
@@ -117,7 +117,7 @@
...
@@ -117,7 +117,7 @@
</view>
</view>
</view>
</view>
<view
style=
"font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
title
}}
</view>
<view
style=
"font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
title
}}
</view>
<view
style=
"font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
vedioDesc
}}
</view
>
<!--
<view
style=
"font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
vedioDesc
}}
</view>
--
>
</view>
</view>
...
@@ -338,7 +338,7 @@
...
@@ -338,7 +338,7 @@
background-color
:
#fff
;
background-color
:
#fff
;
break-inside
:
avoid
;
break-inside
:
avoid
;
margin-bottom
:
20rpx
;
margin-bottom
:
20rpx
;
height
:
50
0rpx
;
height
:
47
0rpx
;
}
}
.img
{
.img
{
...
...
vedio/pages/my/my.vue
View file @
8ea814f5
...
@@ -205,6 +205,8 @@
...
@@ -205,6 +205,8 @@
})
})
},
},
paySuccess
()
{
paySuccess
()
{
message
.
notify
(
'支付成功'
);
this
.
post
({
this
.
post
({
url
:
'/user/baseMsg'
,
url
:
'/user/baseMsg'
,
showLoading
:
false
,
showLoading
:
false
,
...
...
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