diff --git a/.gitignore b/.gitignore index b9dd788..7ee56bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .idea .project jy_parkingOS.iml +.idea/misc.xml # Windows [Dd]esktop.ini diff --git a/pages.json b/pages.json index 4f0a67a..81ce062 100644 --- a/pages.json +++ b/pages.json @@ -163,4 +163,280 @@ } ] } + "leftWindow": { + "path": "windows/left-window.vue", + "style": { + "width": "350px" + } + }, + "topWindow": { + "path": "windows/top-window.vue", + "style": { + "height": "60px" + } + }, + "pages": [ + // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/businessCard/buyCard", + "style": { + "navigationBarTitleText": "商户卡券购买" + } + }, + { + "path": "pages/businessCard/businessCard", + "style": { + "navigationBarTitleText": "商户卡券" + } + }, + { + "path": "pages/parkRecordList/recordDetail", + "style": { + "navigationBarTitleText": "订单详情" + } + }, + { + "path": "pages/parkRecordList/parkRecordList", + "style": { + "navigationBarTitleText": "停车记录" + } + }, + { + "path": "pages/parkPay/parkPay", + "style": { + "navigationBarTitleText": "支付" + } + }, + { + "path": "pages/inputCarNumber/inputCarNumber", + "style": { + "navigationBarTitleText": "停车缴费" + } + }, + { + "path": "pages/moneyRecharge/moneyRecharge", + "style": { + "navigationBarTitleText": "钱包充值" + } + }, + { + "path": "pages/tabBar/component/component", + "style": { + "navigationBarTitleText": "内置组件", + "app-plus": { + "bounce": "vertical", + "titleNView": { + "buttons": [{ + "text": "\ue534", + "fontSrc": "/static/uni.ttf", + "fontSize": "22px", + "color": "#FFFFFF" + }] + } + } + } + }, + { + "path": "pages/tabBar/extUI/extUI", + "style": { + "navigationBarTitleText": "扩展组件", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "\ue534", + "fontSrc": "/static/uni.ttf", + "fontSize": "22px", + "color": "#FFFFFF" + }] + } + } + } + }, + { + "path": "pages/rechargeDetail/rechargeDetail", + "style": { + "navigationBarTitleText": "充值明细" + } + }, + { + "path": "pages/rechargeDetail/outDetail", + "style": { + "navigationBarTitleText": "账单详情" + } + }, + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "商户管理" + } + }, { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "商户中心", + "enablePullDownRefresh": false + } + + }, { + "path": "pages/setting/setting", + "style": { + "navigationBarTitleText": "设置", + "enablePullDownRefresh": false + } + + }, { + "path": "pages/manuals/manuals", + "style": { + "navigationBarTitleText": "使用指南", + "enablePullDownRefresh": false + } + + }, { + "path": "pages/aboutOur/aboutOur", + "style": { + "navigationBarTitleText": "关于我们", + "enablePullDownRefresh": false + } + + }, + { + "path": "pages/invoiceClaim/invoiceClaim", + "style": { + "navigationBarTitleText": "发票申领", + "enablePullDownRefresh": false + } + + }, { + "path": "pages/billing/billing", + "style": { + "navigationBarTitleText": "发票申领", + "enablePullDownRefresh": false + } + + }, { + "path": "pages/invoiceRecord/invoiceRecord", + "style": { + "navigationBarTitleText": "开票历史", + "enablePullDownRefresh": false + } + + }, { + "path": "pages/invoiceForm/invoiceForm", + "style": { + "navigationBarTitleText": "开票历史", + "enablePullDownRefresh": false + } + + }, { + "path": "pages/elecRecord/elecRecord", + "style": { + "navigationBarTitleText": "电子包含记录", + "enablePullDownRefresh": false + } + + }, { + "path": "pages/invoicePreview/invoicePreview", + "style": { + "navigationBarTitleText": "发票预览", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/invoiceInformation/invoiceInformation", + "style" : + { + "navigationBarTitleText": "开票信息确认", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/invoiceTitle/invoiceTitle", + "style" : + { + "navigationBarTitleText": "发票抬头", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/companyMsg/companyMsg", + "style" : + { + "navigationBarTitleText": "详情", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/addTitle/addTitle", + "style" : + { + "navigationBarTitleText": "添加抬头", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/editTitle/editTitle", + "style" : + { + "navigationBarTitleText": "编辑抬头", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/creditRating/creditRating", + "style" : + { + "navigationBarTitleText": "信用等级", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/nameAuthentication/nameAuthentication", + "style" : + { + "navigationBarTitleText": "实名认证", + "enablePullDownRefresh": false + } + + } + ], + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "停车小码头", + "navigationBarBackgroundColor": "#F8F8F8", + "backgroundColor": "#F8F8F8", + "pageOrientation": "portrait", + "mp-360": { + "navigationStyle": "custom" + }, + "h5": { + "maxWidth": 1190, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F1F1F1" + } + }, + "tabBar": { + "color": "#7A7E83", + "selectedColor": "#007AFF", + "borderStyle": "black", + "backgroundColor": "#FFF", + "list": [{ + "pagePath": "pages/tabBar/component/component", + "iconPath": "static/component.png", + "selectedIconPath": "static/componentHL.png", + "text": "内置组件" + }, + { + "pagePath": "pages/tabBar/extUI/extUI", + "iconPath": "static/extui.png", + "selectedIconPath": "static/extuiHL.png", + "text": "扩展组件" + } + ] + } } diff --git a/pages/aboutOur/aboutOur.vue b/pages/aboutOur/aboutOur.vue new file mode 100644 index 0000000..ac78f3a --- /dev/null +++ b/pages/aboutOur/aboutOur.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/pages/addTitle/addTitle.vue b/pages/addTitle/addTitle.vue new file mode 100644 index 0000000..877e86a --- /dev/null +++ b/pages/addTitle/addTitle.vue @@ -0,0 +1,159 @@ + + + + + diff --git a/pages/billing/billing.vue b/pages/billing/billing.vue new file mode 100644 index 0000000..d9d447a --- /dev/null +++ b/pages/billing/billing.vue @@ -0,0 +1,251 @@ + + + + + diff --git a/pages/companyMsg/companyMsg.vue b/pages/companyMsg/companyMsg.vue new file mode 100644 index 0000000..9319ef9 --- /dev/null +++ b/pages/companyMsg/companyMsg.vue @@ -0,0 +1,121 @@ + + + + + diff --git a/pages/creditRating/creditRating.vue b/pages/creditRating/creditRating.vue new file mode 100644 index 0000000..4327915 --- /dev/null +++ b/pages/creditRating/creditRating.vue @@ -0,0 +1,30 @@ + + + + + diff --git a/pages/editTitle/editTitle.vue b/pages/editTitle/editTitle.vue new file mode 100644 index 0000000..14c177b --- /dev/null +++ b/pages/editTitle/editTitle.vue @@ -0,0 +1,130 @@ + + + + + diff --git a/pages/elecRecord/elecRecord.vue b/pages/elecRecord/elecRecord.vue new file mode 100644 index 0000000..3e801f3 --- /dev/null +++ b/pages/elecRecord/elecRecord.vue @@ -0,0 +1,83 @@ + + + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index 5dd5e99..224cda9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,8 +1,8 @@