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

''

parent f2313a59
<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>
......
......@@ -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
......
......@@ -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)
......
......@@ -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,
......
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