[去掉所有console和替换所有积分换成贡献值]

This commit is contained in:
2021-10-29 10:21:41 +08:00
parent 46279dd3d8
commit a811147c6b
39 changed files with 990 additions and 1037 deletions

View File

@@ -9,7 +9,7 @@
<image src="@/static/icons/gemstone-icon.png" />{{isAuth ? '通证' + account.coin : '查看通证'}}
</view>
<view class="item nowrap" @click="navAccount('Fragment')">
<image src="@/static/icons/crystal-icon.png" />{{isAuth ? '积分' + account.crystal : '查看积分'}}
<image src="@/static/icons/crystal-icon.png" />{{isAuth ? '贡献值' + account.crystal : '查看贡献值'}}
</view>
</view>
</view>
@@ -58,7 +58,7 @@
<image :src="item.cover" />
</view>
<view class="title nowrap">{{item.title}}</view>
<view class="submit-title nowrap">积分{{item.tips}}</view>
<view class="submit-title nowrap">贡献值{{item.tips}}</view>
</view>
</scroll-view>
<!-- 平台概况 -->
@@ -86,7 +86,7 @@
<view class="number nowrap">{{chains.up}}</view>
</view>
<view class="header-item">
<view class="title">昨日瓜分积分
<view class="title">昨日瓜分贡献值
<uni-icons class="help-icon" @click="showHelp('score')" type="help-filled" size="15"
color="rgba(255,255,255,.3)" />
</view>
@@ -174,9 +174,6 @@
},
// 查看钱包账户
navAccount(pathName) {
console.log(1111)
if (!this.isAuth) {
this.$Router.push({
name: 'Login'
@@ -217,7 +214,6 @@
success: res => {
if (res.confirm) {
if (pathName === 'vipIndex') {
console.log(this.userAuth.identity)
this.$Router.push({
name: 'vipIndex',
params: {
@@ -234,7 +230,7 @@
}
})
},
// 领取积分
// 领取贡献值
ledCrystal(index) {
// 播放音频
const innerAudioContext = uni.createInnerAudioContext();