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
aa7759fd
Commit
aa7759fd
authored
Dec 03, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
''
parent
f2313a59
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
login.vue
src/pages/login.vue
+2
-2
my-info.vue
src/pages/myInfo/my-info.vue
+4
-1
pay-entry.vue
src/pages/pay/firstPay/pay-entry.vue
+2
-1
video-list.vue
src/pages/videoSign/video-list.vue
+1
-0
No files found.
src/pages/login.vue
View file @
aa7759fd
<
template
>
<
h-content
id=
"login"
>
<
scroll
id=
"login"
>
<div
class=
"bird-icon"
/>
<div
class=
"login-wrap"
>
<img
class=
"title"
src=
"../assets/login/title.png"
>
...
...
@@ -25,7 +25,7 @@
</div>
<div
class=
"button submit"
@
click=
"access"
>
登录
</div>
</div>
</
h-content
>
</
scroll
>
</
template
>
<
script
>
...
...
src/pages/myInfo/my-info.vue
View file @
aa7759fd
...
...
@@ -112,7 +112,7 @@
<img
slot=
"left-icon"
src=
"@/assets/myInfo/refresh.png"
class=
"left-icon"
>
<div
slot=
"name"
>
检查更新
</div>
</item>
<item>
<item
@
click
.
native=
"openTest"
>
<img
slot=
"left-icon"
src=
"@/assets/myInfo/refresh.png"
class=
"left-icon"
>
<div
slot=
"name"
>
当前版本
</div>
<div
slot=
"content"
>
{{
currentVersion
}}
</div>
...
...
@@ -253,6 +253,9 @@ export default {
},
activated
()
{},
methods
:
{
openTest
(){
cordova
.
InAppBrowser
.
open
(
'http://www.baidu.com'
,
'_system'
,
'location=yes'
);
},
// 选择角色后确定
roleConfirm
(
role
)
{
this
.
roleSwitchFlag
=
false
...
...
src/pages/pay/firstPay/pay-entry.vue
View file @
aa7759fd
...
...
@@ -351,7 +351,8 @@ export default {
// url: res.paymentURL,
// },
// })
window
.
open
(
res
.
paymentURL
)
//window.open(res.paymentURL)
location
.
href
=
res
.
paymentURL
}
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
...
...
src/pages/videoSign/video-list.vue
View file @
aa7759fd
...
...
@@ -59,6 +59,7 @@
</
template
>
<
script
>
import
Tab
from
'@/pages/videoSign/tab'
import
from
'../../../plugins/cordova-plugin-hls-cloudroom/www/hls.cordova.cloudroom.CloudRoomService.js'
export
default
{
components
:
{
Tab
,
...
...
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