|
|
|
@ -349,9 +349,9 @@ |
|
|
|
<view class="fn-12" style="color: #999;">{{ $t("homeNewText.cc8") }}</view> |
|
|
|
</view> |
|
|
|
<view class="zhanshi"></view> |
|
|
|
<view class="btn"><image src="../../assets/img/home/antFill-apple@2x.png" mode=""></image>App Store</view> |
|
|
|
<view class="btn"><image src="../../assets/img/home/md-android@2x.png" mode=""></image>Android</view> |
|
|
|
<view class="btn"><image src="../../assets/img/home/riFill-google-play-fill@2x.png" mode="">Google Play</image></view> |
|
|
|
<view class="btn" @click="toDwon()"><image src="../../assets/img/home/antFill-apple@2x.png" mode=""></image>App Store</view> |
|
|
|
<view class="btn" @click="toDwon()"><image src="../../assets/img/home/md-android@2x.png" mode=""></image>Android</view> |
|
|
|
<view class="btn" @click="toDwon()"><image src="../../assets/img/home/riFill-google-play-fill@2x.png" mode="">Google Play</image></view> |
|
|
|
</view> |
|
|
|
<!-- 帮助中心 --> |
|
|
|
<view style="width: 700rpx;margin: 120rpx auto 40rpx;" v-if="0"> |
|
|
|
@ -390,7 +390,7 @@ |
|
|
|
<view v-if="!isLogin" class="jump_btn" @click="goReg"> |
|
|
|
{{ $t("homeNewText.aa3") }} |
|
|
|
</view> |
|
|
|
<view v-else class="jump_btn" @click="goExchange"> |
|
|
|
<view v-else class="jump_btn" @click="goMine"> |
|
|
|
{{ $t("homeNewText.aa4") }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -734,8 +734,7 @@ export default { |
|
|
|
}, |
|
|
|
goExchange() { |
|
|
|
this.show = false; |
|
|
|
// this.tabChange('exchange-operation') |
|
|
|
this.tabChange('mine') |
|
|
|
this.tabChange('exchange-operation') |
|
|
|
}, |
|
|
|
goReg(){ |
|
|
|
uni.navigateTo({ |
|
|
|
@ -1005,6 +1004,14 @@ export default { |
|
|
|
this.detail = res.data |
|
|
|
}) |
|
|
|
}, |
|
|
|
toDwon(){ |
|
|
|
// #ifdef APP |
|
|
|
// plus. |
|
|
|
// #endif |
|
|
|
// #ifdef H5 |
|
|
|
window.open('https://app.ajcoins.com/download/index.html', '_blank')// 打开一个新标签 |
|
|
|
// #endif |
|
|
|
} |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
this.onRefresh(); |
|
|
|
|