用户积分修改,修改分销员筛选,修改超级会员订单列表检索

This commit is contained in:
2026-01-13 14:52:10 +08:00
parent 63896046a8
commit 0990e08201
11 changed files with 2416 additions and 2014 deletions

View File

@@ -37,7 +37,7 @@
</view>
<view class="u-m-l-30 u-flex">
<text class="">积分</text>
<text class="color-main">{{item.accountPoints}}</text>
<text class="color-main">{{item.pointBalance||0}}</text>
</view>
</view>
</view>
@@ -113,7 +113,7 @@
headImg: '',
telephone: '',
amount: '0.00',
accountPoints: '0.00'
pointBalance: '0.00'
})
} else {
list[index].checked = true