feat: 修复消费者权益

This commit is contained in:
2026-07-04 13:56:30 +08:00
parent 363f4a0c52
commit 770d2298e0
3 changed files with 12 additions and 7 deletions
+6 -1
View File
@@ -32,7 +32,7 @@
<view class="bottom_item" v-if="item.categoty == 'vcoin'">
<view class="bottom_item_amount">{{ item.bonusAmount || 0 }}</view>
<view class="bottom_item_title">分红余额</view>
<view class="bottom_item_title">消费者权益</view>
</view>
<view class="bottom_item" @click.stop="onTip(vIndex)">
@@ -206,6 +206,11 @@ export default {
this.availableAmount = row ? (row.curAmount || 0) : 0;
this.collectSuccess = false;
this.collectShow = true;
}else if (type === "deduction") {
// 兑换
uni.navigateTo({
url: "/pages/rwa_package/shop/fen-shop",
});
}
},
onTip(index) {