1 Star 0 Fork 0

houwanjie/day2作业

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
2.饿了么.js 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
houwanjie 提交于 2022-10-11 23:05 . 第2天作业-vue指令
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;
}
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/houwanjie/day2-job.git
[email protected]:houwanjie/day2-job.git
houwanjie
day2-job
day2作业
master

搜索帮助