|
|
|
@ -29,6 +29,9 @@ |
|
|
|
<view class="goods-auth-type"> |
|
|
|
<text class="twoline-hide">{{ userList.authType }}</text> |
|
|
|
</view> |
|
|
|
<view class="goods-auth-num"> |
|
|
|
<text class="twoline-hide">标的数量:{{ total }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 店铺信息 --> |
|
|
|
@ -128,6 +131,7 @@ |
|
|
|
}, |
|
|
|
], |
|
|
|
targetTab: 1, |
|
|
|
total: 0, |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
@ -211,6 +215,7 @@ |
|
|
|
.then(result => { |
|
|
|
// 合并新数据 |
|
|
|
const newList = app.initList(result.data) |
|
|
|
app.total = result.data.total |
|
|
|
app.list.data = getMoreListData(newList, app.list, pageNo) |
|
|
|
app.userList = newList.data[0].user |
|
|
|
app.userList.stateStr = this.getUserStateStr(app.userList.state) |
|
|
|
@ -356,6 +361,11 @@ |
|
|
|
color: #fbb154; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
.goods-auth-num { |
|
|
|
margin-top: 40rpx; |
|
|
|
font-size: 24rpx; |
|
|
|
color: #d7d7d7; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|