使用vue2实现购物车和地址选配功能
网络编程 2021-07-04 17:33www.168986.cn编程入门
这篇文章主要介绍了使用vue2实现购物车和地址选配功能,本文通过实例代码相结合的形式给大家介绍的非常详细,需要的朋友可以参考下
,vue基础js写法
new Vue({ el:"#app", //模型 data:{ }, filters:{ }, mounted:function(){ this.$nextTick(function(){ //初始化调用 }); }, puted:{ //实时计算 }, methods:{ } });
v-for
<li v-for="(item,index) in productList"> <div class="item-name">{{item.productName}}</div> </li>
v-model
(实时更新)
<input type="text" value="0" disabled v-model="item.productQuantity"> <div class="item-price-total">{{item.productQuantity}}</div>
v-bind
<a href="javascript:;" class="item-check-btn" v-bind:class="{'check':item.checked}"> <!--可通过更改item.checked的值设置是否选中--> <!--必须用v-bind 不可直接在class里面直接使用{{}}--> <!--v-bind:class= 可简写为 :class= -->
filters过滤器的使用
1.html引用方式
<div class="item-price">{{item.productPrice | money('元')}}</div>
2.过滤器
filters:{ formatMoney:function(value,type){ return "¥"+value.toFixed(2)+ type; } },
3.全局过滤器(写在new Vue的外面)
Vue.filter("money",function(value,type){ return "¥"+value.toFixed(2) + type; //保留两位小数 结果eg:¥19.00元 });
调用methods中的方法
@click="method(param)" //或者 @click="delFlag=false" @click="limitNum=addressList.length"
puted 实时计算
如下默认显示三条数据,点击more 显示所有
<li v-for="(item,index) in filterAddress"> <div class="shipping-addr-more"> <a class="addr-more-btn up-down-btn" href="javascript:" @click="limitNum=addressList.length"> more <i class="i-up-down"> <i class="i-up-down-l"></i> <i class="i-up-down-r"></i> </i> </a> </div> data:{ limitNum:3 }, puted:{ filterAddress:function(){ return this.addressList.slice(0,this.limitNum); } },
先提出一两个经典的实例
1.以下实现了对循环卡片的点击 选中
<li v-for="(item,index) in filterAddress" v-bind:class="{'check':index==currentIndex}" @click="currentIndex=index"> <!--其中currentIndex在js里需要定义-->
2.以下实现了对固定卡片的点击 选中
<ul> <li v-bind:class="{'check':shippingMethod==1}" @click="shippingMethod=1"> <div class="name">标准配送</div> <div class="price">Free</div> </li > <li v-bind:class="{'check':shippingMethod==2}" @click="shippingMethod=2"> <div class="name">高级配送</div> <div class="price">180</div> </li> </ul> <!--其中shippingMethod在js里需要定义-->
题外话由于本人小白,学一点是一点,额外记录一下辅助弹出框 遮罩层的写法
<div class="md-overlay" v-if="delFlag"></div>
vue2的js语法 贴几个 方便查用
1.调用后端方法
var _this = this; this.$http.get("data/address.json").then(function(response){ _this.addressList = response; //这里不能直接用this 此this非彼this 所以只能声明_this }); //以下为ES6写法,就可以直接用this了 let _this = this; //没用,就放这看看~ this.$http.get("data/cartData.json",{"id":123}).then(res=>{ this.productList = res.data.result.list; });
2.forEach循环
this.productList.forEach(function(item,index){ if(typeof item.checked == 'undefined'){ //如果item中没有checked属性 在item对象中添加checked属性,值为true _this.$set(item,"checked",true);//局部注册 Vue.set(item,"checked",true);//全局注册 } });
附上链接
以上所述是长沙网络推广给大家介绍的使用vue2实现购物车和地址选配功能,希望对大家有所帮助,如果大家有任何疑问请给我留言,长沙网络推广会及时回复大家的。在此也非常感谢大家对狼蚁SEO网站的支持!
上一篇:Angular开发实践之服务端渲染
下一篇:vue axios请求拦截实例代码
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程