【优化】优化个人中心积分列表,积分记录名称显示与后台设置不一致的问题。

This commit is contained in:
JianWeie
2022-10-13 12:48:24 +08:00
parent d7d4cd2576
commit d78ee3e5f1

View File

@@ -1,7 +1,7 @@
<template>
<view>
<u-toast ref="uToast" /><u-no-network></u-no-network>
<u-navbar title="我的积分" safeAreaInsetTop fixed placeholder>
<u-navbar :title="'我的'+pointShowName" safeAreaInsetTop fixed placeholder>
<view class="coreshop-navbar-left-slot" slot="left">
<u-icon name="arrow-left" size="19" @click="goNavigateBack"></u-icon>
<u-line direction="column" :hairline="false" length="16" margin="0 8px"></u-line>
@@ -30,7 +30,7 @@
<!--<image class="log-img" :src="item.buyer.avatar" mode=""></image>-->
<view class="coreshop-flex coreshop-flex-direction coreshop-align-start">
<view class="log-name coreshop-text-black">{{ item.typeName }}</view>
<view class="log-notice coreshop-text-grey">{{ item.remarks }}</view>
<view class="log-notice coreshop-text-grey">{{ item.remarks.replace(/积分/,pointShowName) }}</view>
</view>
</view>
<view class="item-right coreshop-flex coreshop-flex-direction coreshop-align-end">