素材牛VIP会员

vue购物车结算清单效果

 所属分类:网页特效-其他特效,购物车

 浏览:653次  评论:0次  更新时间:2023-03-25
牛币素材VIP可免积分下载
vue购物车结算清单效果
积分说明:注册即送10牛币,每日签到可获得5牛币,成为VIP会员可永久免牛币下载!   充值积分   充值会员   更多说明»
素材描述:基于vue的购物清单练习

详细介绍

更新说明:修复输入框的值验证,对于非正整数,值清空,并在失焦时,值设为0。

代码修改地方:

<input type="text" class="num-input" v-model="item.pro_num">

处新增两个判断

@input="search($event,index)" @blur="check($event,index)",

<input type="text" class="num-input" v-model="item.pro_num" @input="search($event,index)" @blur="check($event,index)">

对应methods加两个函数:

search: function(event, index) {
        search: function(event, index) {
            let flag = new RegExp("^[1-9]([0-9])*$").test(event.target.value);
            if (!flag) {
                this.productList[index].pro_num = '';
            }
        },
        check: function(event, index) {
            if (event.target.value == '') {
                this.productList[index].pro_num = 0;
            }
        },

文件目录结构

  • css
    • ┝ global.css
    • ┝ order.css
  • images
    • ┝ add.png
    • ┝ minus.png
    • ┝ test1.jpg
    • ┝ test2.jpg
  • ┝ index.html

相关素材 - 其他特效,购物车

讨论这个素材(0)回答他人问题或分享使用心得会奖励牛币

〒_〒 居然一个评论都没有……

 文明上网,理性发言!   😉 阿里云幸运券,戳我领取
我的牛币余额:0
所需牛币:26 开始下载

牛币获取:签到、评论、充值    » 在线充值(10牛币=1元)