|
@@ -42,10 +42,10 @@
|
|
|
style="margin-left:58upx;padding:30upx 65upx; 30upx 65upx;" >分配</button>
|
|
style="margin-left:58upx;padding:30upx 65upx; 30upx 65upx;" >分配</button>
|
|
|
</div>
|
|
</div>
|
|
|
<view v-if="remain>=0" style="width:200upx;position:fixed;bottom:40upx;left:20upx;z-index:99999;font-size:32upx;">
|
|
<view v-if="remain>=0" style="width:200upx;position:fixed;bottom:40upx;left:20upx;z-index:99999;font-size:32upx;">
|
|
|
- 还剩{{ remain }}
|
|
|
|
|
|
|
+ 还剩 {{ remain }}
|
|
|
</view>
|
|
</view>
|
|
|
<view v-else style="width:200upx;position:fixed;bottom:40upx;left:20upx;z-index:99999;font-size:32upx;color:red;">
|
|
<view v-else style="width:200upx;position:fixed;bottom:40upx;left:20upx;z-index:99999;font-size:32upx;color:red;">
|
|
|
- 已超{{ abs(remain) }}
|
|
|
|
|
|
|
+ 已超 {{ Math.abs(remain) }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|