修复了诸多问题
This commit is contained in:
@@ -170,7 +170,7 @@ Page({
|
||||
return list.map(item => ({
|
||||
// 打手信息
|
||||
dashouAvatar: this.getFullUrl(item.dashou_avatar, ossUrl, defaultAvatar),
|
||||
dashouNicheng: item.dashou_nicheng || '打手',
|
||||
dashouNicheng: item.dashou_nicheng || '接单员',
|
||||
dashouYonghuid: item.dashou_yonghuid || '',
|
||||
// 管事信息
|
||||
guanshiAvatar: this.getFullUrl(item.guanshi_avatar, ossUrl, defaultAvatar),
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<view wx:elif="{{!loading && jiluList.length === 0}}" class="empty-state">
|
||||
<text class="empty-icon">📭</text>
|
||||
<text class="empty-title">暂无分红记录</text>
|
||||
<text class="empty-tip">邀请管事并让打手充值即可获得分红</text>
|
||||
<text class="empty-tip">邀请管事并让接单员充值即可获得分红</text>
|
||||
<view class="empty-btn" bindtap="onRefresh">刷新</view>
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user