|
|
@@ -68,7 +68,8 @@
|
|
|
<!-- 花材不足提示框 -->
|
|
|
<modal-module :show="showSubmitModel" title="确认下一步?" color="#333" :size="32" padding="30upx 30upx" >
|
|
|
</modal-module>
|
|
|
- <FooterCart :price="allPrice" :count="allCount" @confirm="confirmToSave" ></FooterCart>
|
|
|
+
|
|
|
+ <FooterCart :price="allPrice" :count="allCount" @confirm="confirmToSave" :selectJobType="selectJobType" ></FooterCart>
|
|
|
|
|
|
<uni-popup ref="selectFlowerNumRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
|
|
|
<view style="display:flex;padding:20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
|