Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
f2313a59
Commit
f2313a59
authored
Dec 02, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'vedio'
parent
e2d7524f
Pipeline
#4003
canceled with stages
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
43 additions
and
12 deletions
+43
-12
uat.env.js
config/uat.env.js
+1
-1
login.vue
src/pages/login.vue
+2
-1
my-info.vue
src/pages/myInfo/my-info.vue
+2
-2
role-switch-component.vue
src/pages/myInfo/role-switch-component.vue
+4
-2
video-list.vue
src/pages/videoSign/video-list.vue
+34
-6
No files found.
config/uat.env.js
View file @
f2313a59
...
...
@@ -2,7 +2,7 @@
module
.
exports
=
{
NODE_ENV
:
'"production"'
,
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
debug
:
fals
e
,
debug
:
tru
e
,
isMobilePlatform
:
true
,
loginPath
:
'"http://180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=admin&password=" '
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_DEV&apiName="'
,
...
...
src/pages/login.vue
View file @
f2313a59
...
...
@@ -226,7 +226,8 @@ export default {
margin: 0 auto;
background-color: #fff;
border-radius: 8px;
margin-top: 15%;
// margin-top: 15%;
margin-top: 10%;
padding: 32px 24px;
.title {
width: 227px;
...
...
src/pages/myInfo/my-info.vue
View file @
f2313a59
...
...
@@ -87,10 +87,10 @@
<img
slot=
"left-icon"
src=
"@/assets/myInfo/myRefund.png"
class=
"left-icon"
>
<div
slot=
"name"
>
我的还款
</div>
</item>
<item
@
click
.
native=
"changeDrawbackList"
>
<!--
<item
@
click
.
native=
"changeDrawbackList"
>
<img
slot=
"left-icon"
src=
"@/assets/myInfo/repay.png"
class=
"left-icon"
>
<div
slot=
"name"
>
业务退款
</div>
</item>
</item>
-->
<item
@
click
.
native=
"goMyProduct"
>
<img
slot=
"left-icon"
src=
"@/assets/myInfo/collect.png"
class=
"left-icon"
>
<div
slot=
"name"
>
我的收藏
</div>
...
...
src/pages/myInfo/role-switch-component.vue
View file @
f2313a59
...
...
@@ -94,7 +94,8 @@ export default {
letter-spacing: 0;
text-align: center;
line-height: 44px;
border-top-left-radius: 14px;
border-top-right-radius: 14px;
img {
width: 26px;
float: right;
...
...
@@ -109,7 +110,8 @@ export default {
align-items: center;
background-color: #FFF;
padding: 10px 0;
border-bottom-left-radius: 14px;
border-bottom-right-radius: 14px;
.role-item {
width: 90%;
height: 44px;
...
...
src/pages/videoSign/video-list.vue
View file @
f2313a59
...
...
@@ -37,8 +37,14 @@
<span
class=
"number"
>
{{
item
.
total_price
}}
</span>
</li>
<li>
<p
v-if=
"item.leases_status ==='N'"
class=
"to-unSign"
@
click=
"toSign"
>
<img
src=
"@/assets/videoSign/unSign.png"
>
视频面签
<p
v-if=
"item.leases_status ==='N'"
class=
"to-unSign"
@
click=
"toSign1"
>
<img
src=
"@/assets/videoSign/unSign.png"
>
视频面签1
</p>
<p
v-if=
"item.leases_status ==='N'"
class=
"to-unSign"
@
click=
"toSign2"
>
<img
src=
"@/assets/videoSign/unSign.png"
>
视频面签2
</p>
<p
v-if=
"item.leases_status ==='N'"
class=
"to-unSign"
@
click=
"toSign3"
>
<img
src=
"@/assets/videoSign/unSign.png"
>
视频面签3
</p>
<p
v-if=
"item.leases_status ==='Y'"
class=
"to-sign"
@
click=
"toWatch"
>
<img
src=
"@/assets/videoSign/sign.png"
>
视频回放
...
...
@@ -106,16 +112,16 @@ export default {
this
.
$refs
.
scroll
.
update
(
false
)
this
.
$refs
.
scroll
.
scrollToTop
()
},
toSign
()
{
toSign
1
()
{
let
vm
=
this
// hlsPopup.showLongCenter('敬请期待')
var
sendStr
=
'xcmg'
hlsPopup
.
showConfirm
({
title
:
'提示'
,
content
:
'模拟登录'
,
onConfirm
:
(
res
)
=>
{
var
sendStr
=
'xcmg'
if
(
res
)
{
hls
.
cordova
.
cloudroom
.
CloudRoomService
.
loginCloudRoom
(
sendStr
,
function
(
data
)
{
loginCloudRoom
(
sendStr
,
function
(
data
)
{
alert
(
'toSign1'
)
vm
.
entrySign
()
},
function
(
fail
)
{
...
...
@@ -127,6 +133,28 @@ export default {
},
})
},
toSign2
()
{
let
vm
=
this
var
sendStr
=
'xcmg'
com
.
hls
.
cordova
.
cloudroom
.
CloudRoomService
.
loginCloudRoom
(
sendStr
,
function
(
data
)
{
alert
(
'toSign2'
)
vm
.
entrySign
()
},
function
(
fail
)
{
hlsPopup
.
showLongCenter
(
'登录失败'
)
})
},
toSign3
()
{
let
vm
=
this
var
sendStr
=
'xcmg'
CloudRoomService
.
loginCloudRoom
(
sendStr
,
function
(
data
)
{
alert
(
'toSign3'
)
vm
.
entrySign
()
},
function
(
fail
)
{
hlsPopup
.
showLongCenter
(
'登录失败'
)
})
},
entrySign
()
{
var
sendStr
=
'xcmg'
hlsPopup
.
showConfirm
({
...
...
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