|
@@ -8,18 +8,21 @@
|
|
|
<view class="price" v-if="!offPrice">
|
|
<view class="price" v-if="!offPrice">
|
|
|
<text v-if="count.bigLength>0">{{count.bigLength}}扎</text>
|
|
<text v-if="count.bigLength>0">{{count.bigLength}}扎</text>
|
|
|
<text v-if="count.smallLength>0">{{count.smallLength}}支</text>
|
|
<text v-if="count.smallLength>0">{{count.smallLength}}支</text>
|
|
|
- <text style="margin-left:15upx;">¥{{ price }}</text>
|
|
|
|
|
|
|
+ <text v-if="selectJobType!='wastage'" style="margin-left:15upx;">¥{{ price }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="cart-rg_bx" @click="confirmEvent"> 选好了 </view>
|
|
<view class="cart-rg_bx" @click="confirmEvent"> 选好了 </view>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
-
|
|
|
|
|
<script>
|
|
<script>
|
|
|
export default {
|
|
export default {
|
|
|
name: "FooterCart",
|
|
name: "FooterCart",
|
|
|
props: {
|
|
props: {
|
|
|
|
|
+ selectJobType:{
|
|
|
|
|
+ type:String,
|
|
|
|
|
+ default:''
|
|
|
|
|
+ },
|
|
|
offPrice:{
|
|
offPrice:{
|
|
|
type: Boolean,
|
|
type: Boolean,
|
|
|
default: false
|
|
default: false
|