diff --git a/App.vue b/App.vue index 3d81af7..dfb0261 100644 --- a/App.vue +++ b/App.vue @@ -10,8 +10,14 @@ console.log('App Hide') } } - + + + - diff --git a/components/goods-list/goods-list.vue b/components/goods-list/goods-list.vue new file mode 100644 index 0000000..8bbf401 --- /dev/null +++ b/components/goods-list/goods-list.vue @@ -0,0 +1,137 @@ + + + + + + diff --git a/components/tn-datepicker/tn-datepicker.vue b/components/tn-datepicker/tn-datepicker.vue new file mode 100644 index 0000000..8ca83fe --- /dev/null +++ b/components/tn-datepicker/tn-datepicker.vue @@ -0,0 +1,904 @@ + + + + + diff --git a/pages.json b/pages.json index 88a66b5..d20e172 100644 --- a/pages.json +++ b/pages.json @@ -1,24 +1,102 @@ { "pages": [{ - "path": "pages/index/index" + "path": "pages/index/index", + "name": "Index", + "style": { + "navigationBarTitleText":"发现能量" + } }, { - "path": "pages/found/index" + "path": "pages/found/index", + "name": "Found", + "style": { + "navigationBarTitleText":"发现更多" + } }, { - "path": "pages/user/index" + "path": "pages/user/index", + "name": "User", + "style": { + "navigationBarTitleText":"节点中心" + } + }, { + "path": "pages/instrument/basics", + "name": "instrumentBasics", + "style": { + "navigationBarTitleText":"企业基础信息" + } + }, { + "path": "pages/goods/management", + "name": "goodsManagement", + "style": { + "navigationBarTitleText":"商品权证管理" + } + }, { + "path": "pages/goods/addClassify", + "name": "goodsaddClassify", + "style": { + "navigationBarTitleText":"发布商品类目" + } + }, { + "path": "pages/goods/add", + "name": "goodsAdd", + "style": { + "navigationBarTitleText":"商品权证创建" + } + }, { + "path": "pages/goods/goodsAuth", + "name": "goodsAddAuth", + "style": { + "navigationBarTitleText":"商品权证认证" + } + }, { + "path": "pages/coupons/management", + "name": "couponsManagement", + "style": { + "navigationBarTitleText":"创建优惠券" + } + }, { + "path": "pages/coupons/add", + "name": "couponsAdd", + "style": { + "navigationBarTitleText":"创建优惠券" + } + }, { + "path": "pages/coupons/magDetails", + "name": "couponsDetails", + "style": { + "navigationBarTitleText":"优惠券管理" + } + }, { + "path": "pages/coupons/selectGoods", + "name": "couponsSelectGoods", + "style": { + "navigationBarTitleText":"关联产品" + } }], "globalStyle": { "navigationStyle": "custom", - "backgroundColor": "#F8F8F8" + "backgroundColor": "#F5F5F5" }, - "tabBar": { + "tabBar": { + "borderStyle": "white", + "backgroundColor": "#FFFFFF", + "selectedColor" : "#774ffd", + "iconWidth":"26px", + "spacing": "0", + "height":"60px", "list": [{ - "text": "发现能量", + "text": "发现能量", + "iconPath":"static/tabBar/tabBar_icon_00.png", + "selectedIconPath":"static/tabBar/tabBar_show_00.png", "pagePath": "pages/index/index" }, { - "text": "发现更多", + "text": "发现更多", + "iconPath":"static/tabBar/tabBar_icon_01.png", + "selectedIconPath":"static/tabBar/tabBar_show_01.png", "pagePath": "pages/found/index" }, { - "text": "节点中心", + "text": "节点中心", + "iconPath":"static/tabBar/tabBar_icon_02.png", + "selectedIconPath":"static/tabBar/tabBar_show_02.png", "pagePath": "pages/user/index" }] }, diff --git a/pages/coupons/couponList.vue b/pages/coupons/couponList.vue deleted file mode 100644 index d1c5728..0000000 --- a/pages/coupons/couponList.vue +++ /dev/null @@ -1,852 +0,0 @@ - - - - - diff --git a/pages/coupons/index.vue b/pages/coupons/index.vue deleted file mode 100644 index 44e7514..0000000 --- a/pages/coupons/index.vue +++ /dev/null @@ -1,19 +0,0 @@ - - - - - diff --git a/pages/found/index.vue b/pages/found/index.vue index 92d1ab6..49a5696 100644 --- a/pages/found/index.vue +++ b/pages/found/index.vue @@ -1,549 +1,17 @@ - diff --git a/pages/goods/attestation.vue b/pages/goods/attestation.vue deleted file mode 100644 index 21da268..0000000 --- a/pages/goods/attestation.vue +++ /dev/null @@ -1,185 +0,0 @@ - - - - - diff --git a/pages/goods/chain.vue b/pages/goods/chain.vue deleted file mode 100644 index 3327c02..0000000 --- a/pages/goods/chain.vue +++ /dev/null @@ -1,116 +0,0 @@ - - - - - diff --git a/pages/goods/details.vue b/pages/goods/details.vue deleted file mode 100644 index 41e4c46..0000000 --- a/pages/goods/details.vue +++ /dev/null @@ -1,737 +0,0 @@ - - - - - diff --git a/pages/index/index.vue b/pages/index/index.vue index 41cadb8..2bc0811 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,484 +1,19 @@ - - diff --git a/pages/store/basics.vue b/pages/instrument/basics.vue similarity index 100% rename from pages/store/basics.vue rename to pages/instrument/basics.vue diff --git a/pages/store/customer.vue b/pages/instrument/customer.vue similarity index 99% rename from pages/store/customer.vue rename to pages/instrument/customer.vue index 3ea61d6..06c0359 100644 --- a/pages/store/customer.vue +++ b/pages/instrument/customer.vue @@ -76,7 +76,6 @@ - diff --git a/pages/market/details.vue b/pages/market/details.vue deleted file mode 100644 index ca7a5d0..0000000 --- a/pages/market/details.vue +++ /dev/null @@ -1,353 +0,0 @@ - - - - - diff --git a/pages/market/goods.vue b/pages/market/goods.vue deleted file mode 100644 index 0828e1f..0000000 --- a/pages/market/goods.vue +++ /dev/null @@ -1,116 +0,0 @@ - - - - - diff --git a/pages/market/index.vue b/pages/market/index.vue deleted file mode 100644 index 140f866..0000000 --- a/pages/market/index.vue +++ /dev/null @@ -1,153 +0,0 @@ - - - - - diff --git a/pages/market/logs.vue b/pages/market/logs.vue deleted file mode 100644 index fe3f7dd..0000000 --- a/pages/market/logs.vue +++ /dev/null @@ -1,166 +0,0 @@ - - - - - diff --git a/pages/market/management.vue b/pages/market/management.vue deleted file mode 100644 index e3a9c25..0000000 --- a/pages/market/management.vue +++ /dev/null @@ -1,169 +0,0 @@ - - - - - diff --git a/pages/market/transfer.vue b/pages/market/transfer.vue deleted file mode 100644 index 9a4731f..0000000 --- a/pages/market/transfer.vue +++ /dev/null @@ -1,239 +0,0 @@ - - - - - diff --git a/pages/store/Spread.vue b/pages/store/Spread.vue deleted file mode 100644 index 48c53b6..0000000 --- a/pages/store/Spread.vue +++ /dev/null @@ -1,249 +0,0 @@ - - - - - diff --git a/pages/store/deliver.vue b/pages/store/deliver.vue deleted file mode 100644 index e74fac2..0000000 --- a/pages/store/deliver.vue +++ /dev/null @@ -1,141 +0,0 @@ - - - - - diff --git a/pages/store/deliverForm.vue b/pages/store/deliverForm.vue deleted file mode 100644 index d87b24e..0000000 --- a/pages/store/deliverForm.vue +++ /dev/null @@ -1,166 +0,0 @@ - - - - - diff --git a/pages/store/examine.vue b/pages/store/examine.vue deleted file mode 100644 index f99c77f..0000000 --- a/pages/store/examine.vue +++ /dev/null @@ -1,114 +0,0 @@ -