代码拉取完成,页面将自动刷新
let vm=new Vue({
el:"#app",
data:{
//currentIndex用来保存被点击的下标
currentIndex:0,
currentIndex1: 0,
list:[
{name:'综合排序'},
{name: '距离最近'},
{name: '销量最高'},
{name: '筛选'},
],
hot: [
{name1:'年贷节热卖'},
{name1: '津贴联盟'},
{name1: '满减优惠'},
{name1: '品质联盟'},
],
arr2: [
{ pic: '2.jbw.jpg', title: '金百万烤鸭(苏家坨店)',wjx:4.3, num: 1632, price:20, cond: 3, time:47,juli:3.9},
{ pic: '2.jz.jpg', title: '稻香金源饺子馆', wjx: 4.3, num:230,price:20, cond:3.5, time:44,juli:2.5},
],
list2: [
{ name2: '首页' },
{ name2: '订单' },
{ name2: '我的' },
]
},
methods: {
handleClick(index){
//将点击的下标保存到currentIndex
this.currentIndex=index;
},
handleClick1(index) {
//将点击的下标保存到currentIndex
this.currentIndex1 = index;
}
}
})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。