mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:19:49 +08:00
【优化】优化个人中心积分列表,积分记录名称显示与后台设置不一致的问题。
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<u-toast ref="uToast" /><u-no-network></u-no-network>
|
<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">
|
<view class="coreshop-navbar-left-slot" slot="left">
|
||||||
<u-icon name="arrow-left" size="19" @click="goNavigateBack"></u-icon>
|
<u-icon name="arrow-left" size="19" @click="goNavigateBack"></u-icon>
|
||||||
<u-line direction="column" :hairline="false" length="16" margin="0 8px"></u-line>
|
<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>-->
|
<!--<image class="log-img" :src="item.buyer.avatar" mode=""></image>-->
|
||||||
<view class="coreshop-flex coreshop-flex-direction coreshop-align-start">
|
<view class="coreshop-flex coreshop-flex-direction coreshop-align-start">
|
||||||
<view class="log-name coreshop-text-black">{{ item.typeName }}</view>
|
<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>
|
</view>
|
||||||
<view class="item-right coreshop-flex coreshop-flex-direction coreshop-align-end">
|
<view class="item-right coreshop-flex coreshop-flex-direction coreshop-align-end">
|
||||||
|
|||||||
Reference in New Issue
Block a user