You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
2.6 KiB

{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/codewhy/src/components/content/mineOrder/ordermineListItem.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/components/content/mineOrder/ordermineListItem.vue","mtime":1616248286600},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmV4cG9ydCBkZWZhdWx0IHsKICBuYW1lOiAib3JkZXJtaW5lTGlzdEl0ZW0iLAogIGNvbXBvbmVudHM6IHsKICB9LAogIGRhdGEoKXsKICAgIHJldHVybiB7CiAgICB9CiAgfSwKICBwcm9wczp7CiAgICBpdGVtSW5mbzp7CiAgICAgIHR5cGU6T2JqZWN0LAogICAgICBkZWZhdWx0KCl7CiAgICAgICAgcmV0dXJuIHt9CiAgICAgIH0KICAgIH0KICB9LAogIG1ldGhvZHM6ewoKICB9Cn0K"},{"version":3,"sources":["ordermineListItem.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAwBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA","file":"ordermineListItem.vue","sourceRoot":"src/components/content/mineOrder","sourcesContent":["<template>\n <div id=\"shop-item\">\n <!-- <div class=\"item-img\">\n <img :src=\"itemInfo.picture\" alt=\"商品图片\">\n </div>\n <div class=\"item-info\">\n <div class=\"item-title\">{{itemInfo.title}}</div>\n <div class=\"item-desc\">商品描述: {{itemInfo.title}}</div>\n <div class=\"info-bottom\">\n <div class=\"item-price left\">¥{{itemInfo.price}}</div>\n <div class=\"item-count right\">x{{itemInfo.count}}</div>\n </div>\n </div> --> \n <van-swipe-cell >\n <view slot=\"left\">选择</view>\n <van-cell-group>\n <van-cell title=\"单元格\" value=\"11111111\" />\n </van-cell-group> \n <view slot=\"right\">删除</view>\n </van-swipe-cell>\n \n </div>\n</template> \n<script>\n export default {\n name: \"ordermineListItem\",\n components: {\n },\n data(){\n return {\n }\n },\n props:{\n itemInfo:{\n type:Object,\n default(){\n return {}\n }\n }\n },\n methods:{\n\n }\n }\n</script>\n\n<style scoped>\n \n</style>\n"]}]}