diff --git a/pages/base/home.vue b/pages/base/home.vue
index 6ad6c56..1797d20 100644
--- a/pages/base/home.vue
+++ b/pages/base/home.vue
@@ -440,8 +440,8 @@
- App Stoer
- Android APK
+ App Stoer
+ Android APK
@@ -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() {
diff --git a/static/img/trusted-section_5.png b/static/img/trusted-section_5.png
index 047079e..fe46975 100644
Binary files a/static/img/trusted-section_5.png and b/static/img/trusted-section_5.png differ