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
4.1 KiB

{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/views/detail/childComps/DetailShopInfo.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/views/detail/childComps/DetailShopInfo.vue","mtime":1615819477762},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCglleHBvcnQgZGVmYXVsdCB7CgkJbmFtZTogIkRldGFpbFNob3BJbmZvIiwKICAgIHByb3BzOiB7CgkJICBzaG9wOiB7CgkJICAgIHR5cGU6IE9iamVjdCwKICAgICAgICBkZWZhdWx0KCl7CgkJICAgICAgcmV0dXJuIFtdCiAgICAgICAgfQogICAgICB9CiAgICB9LAogICAgZmlsdGVyczogewogICAgICBzZWxsQ291bnRGaWx0ZXI6IGZ1bmN0aW9uICh2YWx1ZSkgewogICAgICAgIGlmICh2YWx1ZSA8IDEwMDAwKSByZXR1cm4gdmFsdWU7CiAgICAgICAgcmV0dXJuICh2YWx1ZS8xMDAwMCkudG9GaXhlZCgxKSArICfkuIcnCiAgICAgIH0KICAgIH0KCX0K"},{"version":3,"sources":["DetailShopInfo.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"DetailShopInfo.vue","sourceRoot":"src/views/detail/childComps","sourcesContent":["<template>\n <div class=\"shop-info\">\n <div class=\"shop-top\">\n <div class=\"left item\">\n <ul>\n <li>香型</li>\n <li>酒精度</li>\n <li>产地</li>\n <li>净含量</li>\n <li>原料</li>\n <li>箱规</li>\n </ul>\n </div>\n <div class=\"right item\">\n <ul>\n <li>{{shop.type}}</li>\n <li>{{shop.height}}</li>\n <li>{{shop.productArea}}</li>\n <li>{{shop.storeTip}}</li> \n <li>{{shop.detailTip}}</li> \n <li>{{shop.boxHeight}}</li>\n </ul>\n </div>\n </div>\n <!-- // <div><span>香型</span><div class=\"title\">{{shop.type}}</div></div>\n // <div><span>酒精度</span><div class=\"title\">{{shop.height}}</div></div>\n // <div><span>产地</span><div class=\"title\">{{shop.productArea}}</div></div>\n // <div><span>净含量</span><div class=\"title\">{{shop.storeTip}}</div></div>\n // <div><span>原料</span><div class=\"title\">{{shop.detailTip}}</div></div>\n // <div>\n // <span>箱规</span><div class=\"title\">{{shop.boxHeight}}</div></div> -->\n </div>\n</template>\n\n\n<script>\n\texport default {\n\t\tname: \"DetailShopInfo\",\n props: {\n\t\t shop: {\n\t\t type: Object,\n default(){\n\t\t return []\n }\n }\n },\n filters: {\n sellCountFilter: function (value) {\n if (value < 10000) return value;\n return (value/10000).toFixed(1) + '万'\n }\n }\n\t}\n</script>\n\n<style scoped>\n .shop-info {\n padding: 25px 20px 20px;\n height: 200px;\n width: 100%;\n border-bottom: 5px solid #f2f5f8;\n }\n\n .shop-top {\n line-height: 25px;\n /* 让元素垂直中心对齐 */\n justify-content: space-between;\n display: flex;\n }\n .shop-info .shop-top .left{\n height: 200px;\n width: 25%;\n }\n\n .shop-info .shop-top .right{\n height: 200px;\n width: 65%;\n }\n\n .shop-info .shop-top .right ul li{\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n color: #252525;\n }\n\n .shop-info .title{\n margin-left: 70px;\n display: inline;\n color: #252525;\n width: 70%;\n font-size: 15px;\n }\n\n</style>\n"]}]}