Fix:3863 【商城小程序】购物车里的商品数量增加数字键盘输入功能
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@
|
||||
</view>
|
||||
</template>
|
||||
<template v-slot:input>
|
||||
<input class="num-input tc v12-num-input" v-model="good['cartNum']" @change="e => inputChangeHandle(index, gIndex, good, e)"/>
|
||||
<input type="number" class="num-input tc v12-num-input" v-model="good['cartNum']" @change="e => inputChangeHandle(index, gIndex, good, e)"/>
|
||||
</template>
|
||||
<template v-slot:plus>
|
||||
<view class="v12-plus-btn v12-font-bold flex jc-center ai-center v12-primary">
|
||||
|
||||
Reference in New Issue
Block a user