diff --git a/src/pages.json b/src/pages.json index 9e15793..99f8de6 100644 --- a/src/pages.json +++ b/src/pages.json @@ -51,12 +51,6 @@ "navigationBarTitleText": "付款审核" } }, - { - "path": "pages/index/paying", - "style": { - "navigationBarTitleText": "待支付" - } - }, { "path": "pages/index/shipmenting", "style": { @@ -75,6 +69,12 @@ "navigationBarTitleText": "出货结算" } }, + { + "path": "pages/review/index", + "style": { + "navigationBarTitleText": "去审核" + } + }, { "path": "pages/index/settlement", "style": { @@ -246,37 +246,7 @@ } }, //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - - // { - // "path": "pages/login/index", - // "style": { - // "navigationBarTitleText": "登陆注册", - // "navigationBarBackgroundColor": "#FFF" - // } - // }, - // { - // "path": "pages/formItem/index", - // "style": { - // "navigationBarTitleText": "form 测试", - // "navigationBarBackgroundColor": "#FFF" - // } - // } ], - // "tabBar": { - // // "selectedColor": "#ff7d59", - // "list": [{ - // "pagePath": "pages/index/index", - // "text": "首页", - // "iconPath": "", - // "selectedIconPath": "" - // }, - // { - // "pagePath": "pages/login/index", - // "text": "登陆", - // "iconPath": "", - // "selectedIconPath": "" - // }] - // }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "智能回收", diff --git a/src/pages/index/index copy.vue b/src/pages/index/index copy.vue deleted file mode 100644 index a2dc953..0000000 --- a/src/pages/index/index copy.vue +++ /dev/null @@ -1,73 +0,0 @@ - - - - - diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index cd89c4c..59eb263 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -553,14 +553,14 @@ onMounted(() => { } .tabBar { background: url("/static/img/TabMenu/bg.png"); - height: 141.28rpx; + height: 140rpx; background-size: cover; position: sticky; width: 100%; bottom: 0px; .tabMenuBox { - padding-top: 35rpx; - font-size: 27rpx; + padding-top: 30rpx; + font-size: 28rpx; font-family: Source Han Sans CN; font-weight: 400; color: #999999; diff --git a/src/pages/index/payReview.vue b/src/pages/index/payReview.vue index dd7a358..5eeb27a 100644 --- a/src/pages/index/payReview.vue +++ b/src/pages/index/payReview.vue @@ -29,33 +29,44 @@ - - - + + + + - 收货单号:SHD20230901132333 - - - 陡其成 + + 收货单号:SHD20230901132333 + + + 陡其成 + - - - + - 过磅总净重:1870.00KG + + 过磅总净重:1870.00KG + + + 贷款金额:2510.00元 + - - 贷款金额:2510.00元 + + + 去审核 + 去支付 + 查看 + - - - 去审核 - 去支付 - 查看 - - @@ -89,6 +100,11 @@ const currentTab = ref("等待审核"); const handleTab = (item: any) => { currentTab.value = item.name; }; +const handleReview = () => { + uni.navigateTo({ + url: "/pages/review/index", // 要跳转到的页面路径 + }); +}; \ No newline at end of file diff --git a/src/pages/review/index.vue b/src/pages/review/index.vue new file mode 100644 index 0000000..60ba966 --- /dev/null +++ b/src/pages/review/index.vue @@ -0,0 +1,257 @@ + + +