|
|
|
@ -440,8 +440,8 @@ |
|
|
|
<image class="section-h-3-bp" src="../../static/img/trusted-section_5.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<view class="d-flex justify-between"> |
|
|
|
<view class="section-h-3-btn"><image src="../../static/img/antFill-apple.png" mode=""></image>App Stoer</view> |
|
|
|
<view class="section-h-3-btn"><image src="../../static/img/fab fa-android.png" mode=""></image>Android APK</view> |
|
|
|
<view class="section-h-3-btn" @click="toLink('apple')"><image src="../../static/img/antFill-apple.png" mode=""></image>App Stoer</view> |
|
|
|
<view class="section-h-3-btn" @click="toLink('android')"><image src="../../static/img/fab fa-android.png" mode=""></image>Android APK</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 点击前往 --> |
|
|
|
@ -1075,6 +1075,23 @@ export default { |
|
|
|
url: '/pages/assets/recharge' |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
toLink(type){ |
|
|
|
if(type==='apple'){ |
|
|
|
// #ifdef APP-PLUS |
|
|
|
plus.runtime.openURL("https://app.cxipro.com/download/ ") |
|
|
|
// #endif |
|
|
|
// #ifdef H5 |
|
|
|
window.open("https://app.cxipro.com/download/ ", '_blank') |
|
|
|
// #endif |
|
|
|
}else if(type==='android'){ |
|
|
|
// #ifdef APP-PLUS |
|
|
|
plus.runtime.openURL("https://app.cxipro.com/download/ ") |
|
|
|
// #endif |
|
|
|
// #ifdef H5 |
|
|
|
window.open("https://app.cxipro.com/download/ ", '_blank') |
|
|
|
// #endif |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
|