| xqd
@@ -24,7 +24,7 @@
|
|
|
</view>
|
|
|
<view class="des" style="color: #999;font-size: 28rpx;">
|
|
|
<!-- 任务人数:8人/287人 -->
|
|
|
- 任务人数:{{detail.order_total }}人/{{ detail.max_count}}人
|
|
|
+ 任务人数:{{detail.success_count }}人/{{ detail.max_count}}人
|
|
|
</view>
|
|
|
<view class="content">
|
|
|
<!-- 此单主要为用户学习caht gpt应用场景学习,主要掌握人工智能对人生活各方面的助力 -->
|
| xqd
@@ -138,7 +138,7 @@
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
- if (_this.detail.max_count == _this.detail.order_total) {
|
|
|
+ if (_this.detail.max_count == _this.detail.success_count) {
|
|
|
uni.showToast({
|
|
|
title: '接单失败,允许的最大接单人数是:' + _this.detail.max_count,
|
|
|
icon: 'none'
|