积分兑换

This commit is contained in:
liuye
2023-04-14 17:40:11 +08:00
parent ba9210e1d0
commit bf8e77b80e
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
<p>积分排行</p> <p>积分排行</p>
<h4>社区荣誉榜</h4> <h4>社区荣誉榜</h4>
</div> </div>
<div class="jfsc" @click="$u.toast('内容建设中...')"> <div class="jfsc" @click="toPages('/pages/AppRedemptionPoints/AppRedemptionPoints')">
<p>积分商城</p> <p>积分商城</p>
<h4>兑换得好物</h4> <h4>兑换得好物</h4>
</div> </div>

View File

@@ -64,7 +64,6 @@
</u-waterfall> </u-waterfall>
<AiEmpty v-if="!goodsList.length"></AiEmpty> <AiEmpty v-if="!goodsList.length"></AiEmpty>
</div> </div>
</div> </div>
</template> </template>