|
|
@@ -28,8 +28,10 @@
|
|
|
件 预估回收价
|
|
|
<text class="color-red">¥{{ orderInfo.totalRecycleMoney || 0 }}</text>
|
|
|
</view>
|
|
|
- <text class="common-text tip">*<text v-if="orderInfo.minOrderNum">旧书满{{ orderInfo.minOrderNum
|
|
|
- }}本,{{ orderInfo.recycleOrderAndOr == 2 ? '且' : '或' }}</text>预估价格满{{ orderInfo.minOrderMoney }}元起收</text>
|
|
|
+ <text class="common-text tip">
|
|
|
+ *<text v-if="orderInfo.minOrderNum > 1">旧书满{{ orderInfo.minOrderNum
|
|
|
+ }}本,{{ orderInfo.recycleOrderAndOr == 2 ? '且' : '或' }}</text>预估价格满{{ orderInfo.minOrderMoney}}元起收
|
|
|
+ </text>
|
|
|
</view>
|
|
|
|
|
|
<button class="scan-btn next-btn" @click="handleValidate" :disabled="isDisabled">
|