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
9072dbb2
Commit
9072dbb2
authored
Nov 06, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加gif动画
parent
863ae5ec
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
+13
-4
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+1
-1
my.vue
vedio/pages/my/my.vue
+10
-1
newVideoDetail.vue
vedio/pagesC/video/newVideoDetail.vue
+1
-1
videoDetail.vue
vedio/pagesC/video/videoDetail.vue
+1
-1
No files found.
vedio/components/coin-popup/coin-popup.vue
View file @
9072dbb2
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
{{
item
.
topTitle
}}
{{
item
.
topTitle
}}
</view>
</view>
<view
v-if=
"index==selectedIndex"
style=
"position: absolute;bottom: 0;right: 0;"
>
<view
v-if=
"index==selectedIndex"
style=
"position: absolute;bottom: 0;right: 0;"
>
<image
v-if=
"false"
mode=
"scaleToFill"
<image
mode=
"scaleToFill"
style=
"width: 100rpx;height: 100rpx;display: flex;align-items: right;"
style=
"width: 100rpx;height: 100rpx;display: flex;align-items: right;"
src=
"https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/ic_loading.gif"
>
src=
"https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/ic_loading.gif"
>
</image>
</image>
...
...
vedio/pages/my/my.vue
View file @
9072dbb2
...
@@ -8,6 +8,8 @@
...
@@ -8,6 +8,8 @@
<view>
<view>
<view
style=
"font-size: 32rpx;color: black;margin-left: 20rpx;"
>
用户ID:
{{
userBean
.
idcode
}}
</view>
<view
style=
"font-size: 32rpx;color: black;margin-left: 20rpx;"
>
用户ID:
{{
userBean
.
idcode
}}
</view>
</view>
</view>
<!--
<button
text=
"微信用户一键登录"
open-type=
"getPhoneNumber"
bindgetphonenumber=
"getPhoneNumber"
>
123123
</button>
-->
</view>
</view>
<view
v-if=
"userBean.showVipInner"
<view
v-if=
"userBean.showVipInner"
...
@@ -61,6 +63,8 @@
...
@@ -61,6 +63,8 @@
</view>
</view>
</view>
</view>
<view
class=
"infobg"
style=
"margin: 20rpx;"
>
<view
class=
"infobg"
style=
"margin: 20rpx;"
>
<view
v-if=
"userBean.showVipInner"
class=
"item arrow"
@
click=
"handlePayRecord"
>
<view
v-if=
"userBean.showVipInner"
class=
"item arrow"
@
click=
"handlePayRecord"
>
我的订单
我的订单
...
@@ -200,6 +204,11 @@
...
@@ -200,6 +204,11 @@
},
},
paySuccess
()
{
paySuccess
()
{
},
getPhoneNumber
(
e
)
{
console
.
log
(
e
.
detail
.
code
)
// 动态令牌
console
.
log
(
e
.
detail
.
errMsg
)
// 回调信息(成功失败都会返回)
console
.
log
(
e
.
detail
.
errno
)
// 错误码(失败时返回)
}
}
}
}
};
};
...
...
vedio/pagesC/video/newVideoDetail.vue
View file @
9072dbb2
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
<text
v-else
<text
v-else
style=
"font-size: 36rpx;color: #FFFFFF;"
>
{{
list
.
vedioIndex
}}
</text>
style=
"font-size: 36rpx;color: #FFFFFF;"
>
{{
list
.
vedioIndex
}}
</text>
</view>
</view>
<image
v-if=
"(originIndex+1)==list.vedioIndex"
src=
"
@/static/video/playing.png
"
<image
v-if=
"(originIndex+1)==list.vedioIndex"
src=
"
https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/ic_playing.gif
"
style=
"width:30rpx;height:30rpx;position:absolute;left:5rpx;bottom:5rpx;"
/>
style=
"width:30rpx;height:30rpx;position:absolute;left:5rpx;bottom:5rpx;"
/>
</view>
</view>
</block>
</block>
...
...
vedio/pagesC/video/videoDetail.vue
View file @
9072dbb2
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
<text
v-else
<text
v-else
style=
"font-size: 36rpx;color: #FFFFFF;"
>
{{
list
.
vedioIndex
}}
</text>
style=
"font-size: 36rpx;color: #FFFFFF;"
>
{{
list
.
vedioIndex
}}
</text>
</view>
</view>
<image
v-if=
"(originIndex+1)==list.vedioIndex"
src=
"
@/static/video/playing.png
"
<image
v-if=
"(originIndex+1)==list.vedioIndex"
src=
"
https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/ic_playing.gif
"
style=
"width:30rpx;height:30rpx;position:absolute;left:5rpx;bottom:5rpx;"
/>
style=
"width:30rpx;height:30rpx;position:absolute;left:5rpx;bottom:5rpx;"
/>
</view>
</view>
</block>
</block>
...
...
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