|
@@ -42,7 +42,7 @@
|
|
|
<view></view>
|
|
|
<view class="pcurnums flex align_center">
|
|
|
<view class="u-ninput" v-if="item.shelfCartApi">
|
|
|
- <u-number-box :index="item.id" :input-height="60" @blur="updateNums" @minus="updateNums" @plus="updateNums" color="#000" bg-color="#fff" v-model="item.shelfCartApi.qty" :min="1"></u-number-box>
|
|
|
+ <u-number-box :long-press="false" :index="item.id" :input-height="60" @blur="updateNums" @minus="updateNums" @plus="updateNums" color="#000" bg-color="#fff" v-model="item.shelfCartApi.qty" :min="1"></u-number-box>
|
|
|
</view>
|
|
|
<view v-else>
|
|
|
<u-button @click="addItem(item)" plain style="height: 50rpx;line-height: 50rpx;" size="mini" shape="circle">
|