[去掉所有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

@@ -142,7 +142,7 @@
<view class="assets-label-number">{{userData.account.cash || 0}}</view>
</view>
<view class="assets-label" @click="$Router.push({name:'Fragment'})">
<view class="assets-label-name">积分
<view class="assets-label-name">贡献值
<image @click.stop="showHelp('chip')" class="assets-label-icon"
src="/static/user/userAssets_tips.png" />
</view>
@@ -391,9 +391,6 @@
userInfo() {
// 读取配置信息
userIndex().then(res => {
console.log(res)
res.account = {
stone: res.stone,
stone_value: res.stone_value,
@@ -455,7 +452,7 @@
showHelp(type) {
let title = '通证',
content = this.helpDoc.energy_ball.description
if (type == 'chip') title = '积分'
if (type == 'chip') title = '贡献值'
if (type == 'chip') content = this.helpDoc.energy_shard.description
uni.showModal({
title: title,