Commit 72801b80 by LJM

概况:型号排名询价次数未展示

parent 4f80f159
......@@ -162,7 +162,7 @@
</el-table-column>
<el-table-column prop="goods_name" label="型号" width="180"></el-table-column>
<el-table-column prop="brand_name" label="品牌"></el-table-column>
<el-table-column prop="inquiry_count" label="询价次数"></el-table-column>
<el-table-column prop="inquiry_num" label="询价次数"></el-table-column>
</el-table>
</div>
</div>
......
......@@ -176,7 +176,7 @@ export default {
})
} else {
if (this.$route.query.referer) {
window.location.href = "/#" + this.$route.query.referer
window.location.href = "/#" + decodeURIComponent(this.$route.query.referer)
} else {
window.location.href = '/';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment