Commit 28bc59b9 authored by 李晓兵's avatar 李晓兵

'1.0.8'

parent 04c7eabf
Pipeline #4034 canceled with stages
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,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>
...@@ -252,6 +252,9 @@ export default { ...@@ -252,6 +252,9 @@ export default {
}, },
activated () {}, activated () {},
methods: { methods: {
openTest(){
cordova.InAppBrowser.open('http://www.baidu.com', '_blank', 'location=yes');
},
// 查询头像 // 查询头像
getHead () { getHead () {
let vm = this let vm = this
......
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