|
@@ -43,9 +43,8 @@
|
|
|
<view class="operate-view" v-if="isScanEnv" @click="removeFromSave(option.customId)"> <text class="iconfont iconshanchu1"></text>清除花材 </view>
|
|
<view class="operate-view" v-if="isScanEnv" @click="removeFromSave(option.customId)"> <text class="iconfont iconshanchu1"></text>清除花材 </view>
|
|
|
<view class="operate-view" v-else @click="gobackEvent" style="font-size:33upx;font-weight:bold;"><text class="iconfont icongouwuche" style="margin-right:5upx;"></text>返回修改</view>
|
|
<view class="operate-view" v-else @click="gobackEvent" style="font-size:33upx;font-weight:bold;"><text class="iconfont icongouwuche" style="margin-right:5upx;"></text>返回修改</view>
|
|
|
<view class="describe-view">
|
|
<view class="describe-view">
|
|
|
- 共 <text style="font-size:30upx;font-weight:bold;" v-if="Number(totalItemNum.big)>0">{{totalItemNum.big?parseFloat(totalItemNum.big):0}}扎</text>
|
|
|
|
|
- <text style="font-size:30upx;font-weight:bold;" v-if="Number(totalItemNum.small)>0">{{totalItemNum.small?parseFloat(totalItemNum.small):0}}支</text>
|
|
|
|
|
- ,{{ selectList.length }}种,合计 ¥<text class="price">{{ allPrice }}</text>
|
|
|
|
|
|
|
+ 共<text style="font-size:32upx;font-weight:bold;color:red;">{{ selectList.length }}种</text>,<text style="font-size:32upx;font-weight:bold;" v-if="Number(totalItemNum.big)>0">{{totalItemNum.big?parseFloat(totalItemNum.big):0}}扎</text>
|
|
|
|
|
+ <text style="font-size:30upx;font-weight:bold;" v-if="Number(totalItemNum.small)>0">{{totalItemNum.small?parseFloat(totalItemNum.small):0}}支</text>,合计<text class="price">¥{{ allPrice }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="summary-bar">
|
|
<view class="summary-bar">
|
|
@@ -671,10 +670,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
.describe-view {
|
|
.describe-view {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
-
|
|
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
color: #333;
|
|
color: #333;
|
|
|
- font-size: 24upx;
|
|
|
|
|
|
|
+ font-size: 32upx;
|
|
|
.price {
|
|
.price {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
font-size: 36upx;
|
|
font-size: 36upx;
|