From 2e7e193da93e67982b90522a8f64033550d0aecb Mon Sep 17 00:00:00 2001
From: zmj <1493694146@qq.com>
Date: Sat, 11 May 2024 16:43:09 +0800
Subject: [PATCH] add
---
components/shopListPopup.vue | 20 +-
pageQuota/Balance/bindAccout.vue | 15 +
pageQuota/Balance/detail.vue | 11 +
pageQuota/Balance/index.vue | 165 ++++
pageQuota/quotation/index.vue | 25 +-
pages.json | 20 +
pages/index/index.vue | 1521 +++++++++++++++---------------
pages/my/my.vue | 1 +
pagesOrder/order/order.vue | 520 +++++-----
9 files changed, 1278 insertions(+), 1020 deletions(-)
create mode 100644 pageQuota/Balance/bindAccout.vue
create mode 100644 pageQuota/Balance/detail.vue
create mode 100644 pageQuota/Balance/index.vue
diff --git a/components/shopListPopup.vue b/components/shopListPopup.vue
index 787a414..a4d6521 100644
--- a/components/shopListPopup.vue
+++ b/components/shopListPopup.vue
@@ -27,7 +27,7 @@
- 确认自点
+ 确认提货点
@@ -56,8 +56,8 @@
}
const submitAddress = () => {
- let e = props.list.find(item=>item.mer_id==addressType.value);
- if(addressType.value<=0 || !e) return uni.$u.toast('请选择提货点');
+ let e = props.list.find(item => item.mer_id == addressType.value);
+ if (addressType.value <= 0 || !e) return uni.$u.toast('请选择提货点');
emit('change', e);
}
@@ -71,13 +71,13 @@
url: url
})
}
-
- const setCheck = (e)=>{
- addressType.value = e;
- }
- defineExpose({
- setCheck
- })
+
+ const setCheck = (e) => {
+ addressType.value = e;
+ }
+ defineExpose({
+ setCheck
+ })
\ No newline at end of file
diff --git a/pageQuota/Balance/detail.vue b/pageQuota/Balance/detail.vue
new file mode 100644
index 0000000..e8f3168
--- /dev/null
+++ b/pageQuota/Balance/detail.vue
@@ -0,0 +1,11 @@
+
+
+ 明细
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageQuota/Balance/index.vue b/pageQuota/Balance/index.vue
new file mode 100644
index 0000000..6c68464
--- /dev/null
+++ b/pageQuota/Balance/index.vue
@@ -0,0 +1,165 @@
+
+
+
+
+ 账户总余额(元)
+
+
+ ¥1860.00
+
+
+
+
+ 提现至
+
+
+ 请选择提现账户
+
+
+ 绑定账户
+
+
+
+
+
+
+
+
+
+ 选择银行
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageQuota/quotation/index.vue b/pageQuota/quotation/index.vue
index d7a9ac5..25805d7 100644
--- a/pageQuota/quotation/index.vue
+++ b/pageQuota/quotation/index.vue
@@ -58,10 +58,17 @@
v-model="item.price">
-
-
+
-
+
+
+
+
+
+
@@ -160,6 +175,8 @@
// 状态图片url
const successPng = ref('https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/739c3202405071458553459.png')
const errPng = ref('https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/04c2c202405071501462462.png')
+ const waitPng = ref('https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/274ad202405111523222891.png')
+
// 状态图片url结束
diff --git a/pages.json b/pages.json
index 05fd934..077abba 100644
--- a/pages.json
+++ b/pages.json
@@ -110,6 +110,26 @@
"navigationBarTitleText": "关于我们",
"enablePullDownRefresh": false
}
+ }, {
+ "path": "Balance/index",
+ "style": {
+ "navigationBarTitleText": "我的余额",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "Balance/bindAccout",
+ "style": {
+ "navigationBarTitleText": "绑定账户",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "Balance/detail",
+ "style": {
+ "navigationBarTitleText": "明细",
+ "enablePullDownRefresh": false
+ }
},
{
"path": "feedBack/index",
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 89e1309..4744b47 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,851 +1,856 @@
-
-
-
- 惠农批发
-
-
-
-
-
-
-
-
- 购物车
-
-
-
- 个人中心
-
-
-
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
- 全
- 部
-
-
-
-
-
- 全部分类
-
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
-
-
- 综合
- 价格
- 销量
-
-
-
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.name}}
-
- {{item.brand_name}}|
- {{item.class_name}}|
- {{item.unit_name}}
-
-
-
- ¥{{item.sell}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 合计
- ¥{{cartInfo.total_price}}
-
-
+
+
+
+
+
+ ¥{{item.sell}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 合计
+ ¥{{cartInfo.total_price}}
+
+
-
-
- 结算
-
-
-
- {{cartInfo.count}}
-
-
+
+
+ 结算
+
+
+
+ {{cartInfo.count}}
+
+
-
-
+
+
\ No newline at end of file
diff --git a/pages/my/my.vue b/pages/my/my.vue
index de511a2..b9e5dbe 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -46,6 +46,7 @@
+
diff --git a/pagesOrder/order/order.vue b/pagesOrder/order/order.vue
index 5d61e4a..ae16435 100644
--- a/pagesOrder/order/order.vue
+++ b/pagesOrder/order/order.vue
@@ -1,275 +1,299 @@
-
-
-
- 订单
-
-
-
-
-
-
-
-
+
+
+
+ 订单
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- 没有更多了
-
-
-
- 加载中
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 没有更多了
+
+
+
+ 加载中
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file