|
@@ -199,9 +199,9 @@
|
|
|
<text><text :class="{selected:checkType == 2}">{{form.labourCost}}</text></text>
|
|
<text><text :class="{selected:checkType == 2}">{{form.labourCost}}</text></text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="input-list" v-if="hasAvailableHb">
|
|
<view class="input-list" v-if="hasAvailableHb">
|
|
|
- <text>红包</text>
|
|
|
|
|
|
|
+ <text style="white-space: nowrap;">红包</text>
|
|
|
<!-- 注意:不要用 <text> 包裹组件(小程序端 text 只能嵌套 text),否则 hb-select 不会渲染 -->
|
|
<!-- 注意:不要用 <text> 包裹组件(小程序端 text 只能嵌套 text),否则 hb-select 不会渲染 -->
|
|
|
- <view>
|
|
|
|
|
|
|
+ <view style="flex: 1; display: flex; align-items: center;z-index:900;">
|
|
|
<hb-select
|
|
<hb-select
|
|
|
:hbData="hbData"
|
|
:hbData="hbData"
|
|
|
:totalPrice="preDiscountPrice"
|
|
:totalPrice="preDiscountPrice"
|