Commit aa7759fd authored by 李晓兵's avatar 李晓兵

''

parent f2313a59
<template> <template>
<h-content id="login"> <scroll id="login">
<div class="bird-icon" /> <div class="bird-icon" />
<div class="login-wrap"> <div class="login-wrap">
<img class="title" src="../assets/login/title.png" > <img class="title" src="../assets/login/title.png" >
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</div> </div>
<div class="button submit" @click="access">登录</div> <div class="button submit" @click="access">登录</div>
</div> </div>
</h-content> </scroll>
</template> </template>
<script> <script>
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<img slot="left-icon" src="@/assets/myInfo/refresh.png" class="left-icon" > <img slot="left-icon" src="@/assets/myInfo/refresh.png" class="left-icon" >
<div slot="name">检查更新</div> <div slot="name">检查更新</div>
</item> </item>
<item> <item @click.native="openTest">
<img slot="left-icon" src="@/assets/myInfo/refresh.png" class="left-icon" > <img slot="left-icon" src="@/assets/myInfo/refresh.png" class="left-icon" >
<div slot="name">当前版本</div> <div slot="name">当前版本</div>
<div slot="content">{{ currentVersion }}</div> <div slot="content">{{ currentVersion }}</div>
...@@ -253,6 +253,9 @@ export default { ...@@ -253,6 +253,9 @@ export default {
}, },
activated () {}, activated () {},
methods: { methods: {
openTest(){
cordova.InAppBrowser.open('http://www.baidu.com', '_system', 'location=yes');
},
// 选择角色后确定 // 选择角色后确定
roleConfirm (role) { roleConfirm (role) {
this.roleSwitchFlag = false this.roleSwitchFlag = false
......
...@@ -351,7 +351,8 @@ export default { ...@@ -351,7 +351,8 @@ export default {
// url: res.paymentURL, // url: res.paymentURL,
// }, // },
// }) // })
window.open(res.paymentURL) //window.open(res.paymentURL)
location.href = res.paymentURL
} }
} else { } else {
hlsPopup.showLongCenter(res.message) hlsPopup.showLongCenter(res.message)
......
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
</template> </template>
<script> <script>
import Tab from '@/pages/videoSign/tab' import Tab from '@/pages/videoSign/tab'
import from '../../../plugins/cordova-plugin-hls-cloudroom/www/hls.cordova.cloudroom.CloudRoomService.js'
export default { export default {
components: { components: {
Tab, Tab,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment