Bladeren bron

TBtools-新增店铺信息

panyong 4 jaren geleden
bovenliggende
commit
eb87b50f9e

+ 2 - 2
htmldev/TBTools/README.md

@@ -32,10 +32,10 @@ npm run build --prod
 
 ### todo list
 * [x] 用户中心:充值、消费记录
-* [ ] 商品价格走势
+* [x] 商品价格走势
 * [ ] 店铺信息查询
 * [x] 淘宝客订单检测
-* [ ] 淘宝天猫下拉关键词搜索 https://siddur.cn/starkeysearch.html
+* [x] 淘宝天猫下拉关键词搜索
 * [ ] 淘宝商品评论
 * [ ] 淘宝商品详情
 * [ ] 商品问大家接口

+ 6 - 0
htmldev/TBTools/src/router/index.js

@@ -69,6 +69,12 @@ const mainRoutes = {
       name: 'toolsPricetrend',
       meta: { title: '价格走势' }
     },
+    {
+      path: '/tools-shopinfo',
+      component: _import('modules/tools/tools-shopinfo'),
+      name: 'toolsShopInfo',
+      meta: { title: '店铺信息' }
+    },
     // 个人中心
     {
       path: '/mine-paycheck',

+ 13 - 0
htmldev/TBTools/src/views/modules/tools/tools-shopinfo.vue

@@ -0,0 +1,13 @@
+<template>
+  <div>tools-shopinfo</div>
+</template>
+
+<script>
+export default {
+  name: 'tools-shopinfo'
+}
+</script>
+
+<style lang="scss" scoped>
+
+</style>