购物车商品累加结算效果.zip

时间:2022-07-31 03:28:55
【文件属性】:

文件名称:购物车商品累加结算效果.zip

文件大小:413KB

文件格式:ZIP

更新时间:2022-07-31 03:28:55

js特效-购物车商品累加结算效果

<html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0, user-scalable=no"> <title>vue购物车商品累加结算代码  </title> <!--css类引用--> <link rel="stylesheet" href="js/layui/css/layui.css?3.1.64" /> <link rel="stylesheet" href="js/eleme-ui/index.css?3.1.64" /> <link rel="stylesheet" href="css/ShoppingCart.css?3.1.64" /> </head> <body> <!--主要内容-->

商品或服务名称 单价 数量 小计 操作

供应商:

发货地:

{{tabledatas.price | moneyFiler}} <input v-model="tabledatas.num" type="text" class="form-control numInput" aria-label="...">

{{tabledatas.price*tabledatas.num | moneyFiler}}

删除

移到我的收藏

删除选中的商品或服务 移到我的收藏 已选择{{goodsNum}}件商品{{serviceNum}}项服务 总价:{{totalMoney | moneyFiler}} 去结算
<!--js类引用--> [removed][removed] [removed][removed] [removed][removed]
 
</body> </html> 这是一个j购物车商品累加结算效果,需要的朋友可以直接下载使用,更多特效代码尽在PHP中文网。


【文件预览】:
购物车商品累加结算效果
----index.html(4KB)
----QQ截图20171206143722.png(206KB)
----img()
--------service4.jpg(38KB)
----php中文网下载站.url(114B)
----js()
--------vue()
--------ShoppingCart.js(11KB)
--------eleme-ui()
--------layui()
----php中文网免费下载站.txt(219B)
----css()
--------ShoppingCart.css(4KB)

网友评论