|
|
|
@ -378,9 +378,13 @@ onShow(() => {
|
|
|
|
<text class="text-#239EA3">{{
|
|
|
|
<text class="text-#239EA3">{{
|
|
|
|
Math.abs(item.recommend?.count)
|
|
|
|
Math.abs(item.recommend?.count)
|
|
|
|
}}</text>
|
|
|
|
}}</text>
|
|
|
|
个项目,{{ item.recommend?.money > 0 ? "增加" : "减少" }}了
|
|
|
|
个项目,{{
|
|
|
|
|
|
|
|
Number(item.recommend?.money.replace(/,/, "")) > 0
|
|
|
|
|
|
|
|
? "增加"
|
|
|
|
|
|
|
|
: "减少"
|
|
|
|
|
|
|
|
}}了
|
|
|
|
<text class="text-#239EA3"
|
|
|
|
<text class="text-#239EA3"
|
|
|
|
>¥{{ Math.abs(item.recommend?.money) }}</text
|
|
|
|
>¥{{ item.recommend?.money.replace(/-/, "") }}</text
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<button
|
|
|
|
<button
|
|
|
|
|