微信小程序> 微信小程序实现美团goods商品列表页开发

微信小程序实现美团goods商品列表页开发

浏览量:1607 时间: 来源:一只奔跑的程序猿

1.使用的组件

scroll-view和wx.createSelectorQuery()方法

2.代码图

js代码

Page({  /**   * 页面的初始数据   */  data: {    currentIndex:0,//左边菜单的当前显示值    toView: 'menu-0', //滚动到某个菜单元素    foodListHeights:[],//菜单对应右边商品的元素高度列表    scrollTop:0,//右边商品滚动条滚动到哪    goods: [      {        "name": "热销榜",        "type": -1,        "foods": [          {            "name": "皮蛋瘦肉粥",            "price": 10,            "oldPrice": "",            "description": "咸粥",            "sellCount": 229,            "rating": 100,            "info": "一碗皮蛋瘦肉粥,总是我到粥店时的不二之选。香浓软滑,饱腹暖心,皮蛋的Q弹与瘦肉的滑嫩伴着粥香溢于满口,让人喝这样的一碗粥也觉得心满意足",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "很喜欢的粥",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 1,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/c/cd/c12745ed8a5171e13b427dbc39401jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/c/cd/c12745ed8a5171e13b427dbc39401jpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "扁豆焖面",            "price": 14,            "oldPrice": "",            "description": "",            "sellCount": 188,            "rating": 96,            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 1,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "info": "",            "icon": "http://fuss10.elemecdn.com/c/6b/29e3d29b0db63d36f7c500bca31d8jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/c/6b/29e3d29b0db63d36f7c500bca31d8jpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "葱花饼",            "price": 10,            "oldPrice": "",            "description": "",            "sellCount": 124,            "rating": 85,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 1,                "text": "没啥味道",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 1,                "text": "很一般啊",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/f/28/a51e7b18751bcdf871648a23fd3b4jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/f/28/a51e7b18751bcdf871648a23fd3b4jpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "牛肉馅饼",            "price": 14,            "oldPrice": "",            "description": "",            "sellCount": 114,            "rating": 91,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 1,                "text": "难吃不推荐",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/d/b9/bcab0e8ad97758e65ae5a62b2664ejpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/d/b9/bcab0e8ad97758e65ae5a62b2664ejpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "招牌猪肉白菜锅贴/10个",            "price": 17,            "oldPrice": "",            "description": "",            "sellCount": 101,            "rating": 78,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 1,                "text": "不脆,不好吃",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/7/72/9a580c1462ca1e4d3c07e112bc035jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/7/72/9a580c1462ca1e4d3c07e112bc035jpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "南瓜粥",            "price": 9,            "oldPrice": "",            "description": "甜粥",            "sellCount": 91,            "rating": 100,            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/8/a6/453f65f16b1391942af11511b7a90jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/8/a6/453f65f16b1391942af11511b7a90jpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "红豆薏米美肤粥",            "price": 12,            "oldPrice": "",            "description": "甜粥",            "sellCount": 86,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/d/22/260bd78ee6ac6051136c5447fe307jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/d/22/260bd78ee6ac6051136c5447fe307jpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "八宝酱菜",            "price": 4,            "oldPrice": "",            "description": "",            "sellCount": 84,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/9/b5/469d8854f9a3a03797933fd01398bjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/9/b5/469d8854f9a3a03797933fd01398bjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "红枣山药糙米粥",            "price": 10,            "oldPrice": "",            "description": "",            "sellCount": 81,            "rating": 91,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/9/b5/469d8854f9a3a03797933fd01398bjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/9/b5/469d8854f9a3a03797933fd01398bjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "糊塌子",            "price": 10,            "oldPrice": "",            "description": "",            "sellCount": 80,            "rating": 93,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/0/05/097a2a59fd2a2292d08067e16380cjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/0/05/097a2a59fd2a2292d08067e16380cjpeg.jpeg?imageView2/1/w/750/h/750"          }        ]      },      {        "name": "单人精彩套餐",        "type": 2,        "foods": [          {            "name": "红枣山药粥套餐",            "price": 29,            "oldPrice": 36,            "description": "红枣山药糙米粥,素材包,爽口莴笋丝,四川泡菜或八宝酱菜,配菜可备注",            "sellCount": 17,            "rating": 100,            "info": "",            "ratings": [              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/6/72/cb844f0bb60c502c6d5c05e0bddf5jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/6/72/cb844f0bb60c502c6d5c05e0bddf5jpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "红枣山药粥套餐",            "price": 29,            "oldPrice": 36,            "description": "红枣山药糙米粥,素材包,爽口莴笋丝,四川泡菜或八宝酱菜,配菜可备注",            "sellCount": 17,            "rating": 100,            "info": "",            "ratings": [              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/6/72/cb844f0bb60c502c6d5c05e0bddf5jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/6/72/cb844f0bb60c502c6d5c05e0bddf5jpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "红枣山药粥套餐",            "price": 29,            "oldPrice": 36,            "description": "红枣山药糙米粥,素材包,爽口莴笋丝,四川泡菜或八宝酱菜,配菜可备注",            "sellCount": 17,            "rating": 100,            "info": "",            "ratings": [              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/6/72/cb844f0bb60c502c6d5c05e0bddf5jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/6/72/cb844f0bb60c502c6d5c05e0bddf5jpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "红枣山药粥套餐",            "price": 29,            "oldPrice": 36,            "description": "红枣山药糙米粥,素材包,爽口莴笋丝,四川泡菜或八宝酱菜,配菜可备注",            "sellCount": 17,            "rating": 100,            "info": "",            "ratings": [              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/6/72/cb844f0bb60c502c6d5c05e0bddf5jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/6/72/cb844f0bb60c502c6d5c05e0bddf5jpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "红枣山药粥套餐",            "price": 29,            "oldPrice": 36,            "description": "红枣山药糙米粥,素材包,爽口莴笋丝,四川泡菜或八宝酱菜,配菜可备注",            "sellCount": 17,            "rating": 100,            "info": "",            "ratings": [              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/6/72/cb844f0bb60c502c6d5c05e0bddf5jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/6/72/cb844f0bb60c502c6d5c05e0bddf5jpeg.jpeg?imageView2/1/w/750/h/750"          },        ]      },      {        "name": "冰爽饮品限时特惠",        "type": 1,        "foods": [          {            "name": "VC无限橙果汁",            "price": 8,            "oldPrice": 10,            "description": "",            "sellCount": 15,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "还可以",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "VC无限橙果汁",            "price": 8,            "oldPrice": 10,            "description": "",            "sellCount": 15,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "还可以",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "VC无限橙果汁",            "price": 8,            "oldPrice": 10,            "description": "",            "sellCount": 15,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "还可以",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "VC无限橙果汁",            "price": 8,            "oldPrice": 10,            "description": "",            "sellCount": 15,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "还可以",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "VC无限橙果汁",            "price": 8,            "oldPrice": 10,            "description": "",            "sellCount": 15,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "还可以",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "VC无限橙果汁",            "price": 8,            "oldPrice": 10,            "description": "",            "sellCount": 15,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "还可以",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "VC无限橙果汁",            "price": 8,            "oldPrice": 10,            "description": "",            "sellCount": 15,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "还可以",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "VC无限橙果汁",            "price": 8,            "oldPrice": 10,            "description": "",            "sellCount": 15,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "还可以",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "VC无限橙果汁",            "price": 8,            "oldPrice": 10,            "description": "",            "sellCount": 15,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "还可以",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/e/c6/f348e811772016ae24e968238bcbfjpeg.jpeg?imageView2/1/w/750/h/750"          },        ]      },      {        "name": "精选热菜",        "type": -1,        "foods": [          {            "name": "娃娃菜炖豆腐",            "price": 17,            "oldPrice": "",            "description": "",            "sellCount": 43,            "rating": 92,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "菜量还可以,味道还可以",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/d/2d/b1eb45b305635d9dd04ddf157165fjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/d/2d/b1eb45b305635d9dd04ddf157165fjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "手撕包菜",            "price": 16,            "oldPrice": "",            "description": "",            "sellCount": 29,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/9/c6/f3bc84468820121112e79583c24efjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/9/c6/f3bc84468820121112e79583c24efjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "香酥黄金鱼/3条",            "price": 11,            "oldPrice": "",            "description": "",            "sellCount": 15,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/4/e7/8277a6a2ea0a2e97710290499fc41jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/4/e7/8277a6a2ea0a2e97710290499fc41jpeg.jpeg?imageView2/1/w/750/h/750"          }        ]      },      {        "name": "爽口凉菜",        "type": -1,        "foods": [          {            "name": "八宝酱菜",            "price": 4,            "oldPrice": "",            "description": "",            "sellCount": 84,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/9/b5/469d8854f9a3a03797933fd01398bjpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/9/b5/469d8854f9a3a03797933fd01398bjpeg.jpeg?imageView2/1/w/750/h/750"          },          {            "name": "拍黄瓜",            "price": 9,            "oldPrice": "",            "description": "",            "sellCount": 28,            "rating": 100,            "info": "",            "ratings": [              {                "username": "3******c",                "rateTime": 1469281964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              },              {                "username": "3******b",                "rateTime": 1469261964000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/6/54/f654985b4e185f06eb07f8fa2b2e8jpeg.jpeg?imageView2/1/w/114/h/114",            "image": "http://fuss10.elemecdn.com/6/54/f654985b4e185f06eb07f8fa2b2e8jpeg.jpeg?imageView2/1/w/750/h/750"          }        ]      },      {        "name": "精选套餐",        "type": -1,        "foods": [          {            "name": "红豆薏米粥套餐",            "price": 37,            "oldPrice": "",            "description": "红豆薏米粥,三鲜干蒸烧卖,拍黄瓜",            "sellCount": 3,            "rating": 100,            "info": "",            "ratings": [              {                "username": "2******3",                "rateTime": 1469271264000,                "rateType": 0,                "text": "",                "avatar": "http://static.galileo.xiaojukeji.com/static/tms/default_header.png"              }            ],            "icon": "http://fuss10.elemecdn.com/f/49/27f26ed00c025b2200a9ccb

版权声明

即速应用倡导尊重与保护知识产权。如发现本站文章存在版权问题,烦请提供版权疑问、身份证明、版权证明、联系方式等发邮件至197452366@qq.com ,我们将及时处理。本站文章仅作分享交流用途,作者观点不等同于即速应用观点。用户与作者的任何交易与本站无关,请知悉。

产品经理

手机 : 13312967497

擅长 : 小程序流量变现

扫码领取礼包

最新资讯

热门模板

  • 头条
  • 搜狐
  • 微博
  • 百家
  • 一点资讯
  • 知乎