diff --git a/pageQuota/Balance/index.vue b/pageQuota/Balance/index.vue
index 9c70a26..520f4ab 100644
--- a/pageQuota/Balance/index.vue
+++ b/pageQuota/Balance/index.vue
@@ -1,227 +1,181 @@
-
-
- 账户总余额(元)
+
+
+
+ {{mobile}}
-
- ¥{{balance||0.00}}
-
-
-
-
- 提现至
-
-
- {{target_bank.is_own?'对公账户':"个人账户"}}
-
-
- 更换账户
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 说明:用户下单后该订单金额存放在暂存金额中,用户确认收货后次日18:00才可提现该笔订单金额
- 提货付款订单在完成后次日18:00才可提现
-
-
-
-
-
- 明细
-
-
-
-
-
-
- 请选择提现账户
-
-
-
- 个人账户
-
-
- 对公账户
-
+
+
+
+ 账户余额(元)
+ {{now_money}}
+
+
+ 购买
-
+
+
+
+ 账户详情
+
+
+
+ 累计消费 ¥{{order}}
+
+
+ 累计购买 ¥{{recharge}}
+
+
+
+
+
+
+
+
+
+
+
+
+ 供销经营礼包
+ +{{item.amount}}
+
+
+ {{item.create_time}}
+ 余额{{item.balance}}元
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/pageQuota/Balance/index1.vue b/pageQuota/Balance/index1.vue
new file mode 100644
index 0000000..9c70a26
--- /dev/null
+++ b/pageQuota/Balance/index1.vue
@@ -0,0 +1,227 @@
+
+
+
+
+ 账户总余额(元)
+
+
+ ¥{{balance||0.00}}
+
+
+
+
+ 提现至
+
+
+ {{target_bank.is_own?'对公账户':"个人账户"}}
+
+
+ 更换账户
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 说明:用户下单后该订单金额存放在暂存金额中,用户确认收货后次日18:00才可提现该笔订单金额
+ 提货付款订单在完成后次日18:00才可提现
+
+
+
+
+
+ 明细
+
+
+
+
+
+
+ 请选择提现账户
+
+
+
+ 个人账户
+
+
+ 对公账户
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 3c93849..ce933a0 100644
--- a/pages.json
+++ b/pages.json
@@ -78,6 +78,13 @@
"navigationBarTitleText": "售后退款详情",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "pages/gift/index",
+ "style": {
+ "navigationBarTitleText": "购买礼包",
+ "enablePullDownRefresh": true
+ }
}
],
"subPackages": [{
@@ -168,7 +175,7 @@
}, {
"path": "Balance/index",
"style": {
- "navigationBarTitleText": "我的余额",
+ "navigationBarTitleText": "我的账户",
"enablePullDownRefresh": true
}
},
diff --git a/pages/gift/index.vue b/pages/gift/index.vue
new file mode 100644
index 0000000..b6a34e5
--- /dev/null
+++ b/pages/gift/index.vue
@@ -0,0 +1,223 @@
+
+
+
+ 账户余额(元)
+
+ {{now_money}}
+
+
+
+
+
+ 购买礼包
+
+
+ 购买记录
+
+
+
+ 自定义金额
+
+
+ 最低购买300元
+
+
+
+
+
+
+
+ 注意事项:
+
+
+ 1、充值后帐户的金额不能提现,可用于消费使用
+
+
+ 2、账户充值出现问题可联系平台客服,也可拨打平台客服咨询热线4008888888
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index a88241f..f57c095 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -5,6 +5,16 @@
惠农批发
+
+
+
+ {{STORE_INFO.name}}
+
+
+
+ {{STORE_INFO.detailed_address}}
+
+
{
+ uni.navigateTo({
+ url
+ })
+
+ }
+
// 用户选择的门店信息
let STORE_INFO = uni.getStorageSync('STORE_INFO');
if (STORE_INFO)
@@ -923,4 +940,8 @@
overflow: hidden;
transition: 400ms;
}
+
+ .store-info {
+ margin: 0 0 20rpx 20rpx;
+ }
\ No newline at end of file
diff --git a/pages/my/my.vue b/pages/my/my.vue
index 146dc13..d3082fa 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -13,8 +13,7 @@
ID: {{userInfo.id}}
-
-
+
-
+
+
+
+
+ 供销经营礼包
+
+
+ 立即购买
+
+
+
+
+
我的订单
@@ -153,6 +165,13 @@
})
}
+ const navgo = (url) => {
+ uni.navigateTo({
+ url
+ })
+
+ }
+
const logout = () => {
userStore.setToken('');
userStore.setUserInfo({});
@@ -189,7 +208,7 @@
box-sizing: border-box;
padding: 50rpx 0 50rpx 50rpx;
position: absolute;
- top: 100rpx;
+ top: 150rpx;
left: 0;
z-index: 2;
@@ -362,4 +381,31 @@
border-radius: 14rpx;
overflow: hidden;
}
+
+
+ .gift {
+ width: 710rpx;
+ margin: 20rpx;
+ margin-bottom: 0;
+ box-sizing: border-box;
+ padding: 20rpx;
+ align-items: center;
+ height: 96rpx;
+ display: flex;
+ justify-content: space-between;
+ box-sizing: border-box;
+ background-color: #FAF1D7;
+ font-size: 26rpx;
+
+ .gift-buy {
+ font-size: 24rpx;
+ width: 136rpx;
+ height: 56rpx;
+ background-color: white;
+ border-radius: 28rpx;
+ line-height: 56rpx;
+ text-align: center;
+ color: #7D661E;
+ }
+ }
\ No newline at end of file
diff --git a/pagesOrder/detail/detail.vue b/pagesOrder/detail/detail.vue
index 85e08ff..1553b10 100644
--- a/pagesOrder/detail/detail.vue
+++ b/pagesOrder/detail/detail.vue
@@ -30,10 +30,10 @@
-
+
diff --git a/pagesOrder/order/component/good.vue b/pagesOrder/order/component/good.vue
index 63356a3..1d1eefc 100644
--- a/pagesOrder/order/component/good.vue
+++ b/pagesOrder/order/component/good.vue
@@ -1,7 +1,7 @@
- {{datas.number}}
+ {{order_id}}
待付款
@@ -14,14 +14,36 @@
-
+
+
+
+
+ {{item.store_name}}
+
+
+ ¥{{item.price}}
+
+
+
+
+ {{item.unit}}
+
+
+ x{{item.cart_num}}
+
+
+
+
+
-
-
+ -->
共 {{datas.goods_count}} 件商品, 总金额 ¥{{datas.total_price}}
@@ -33,8 +55,8 @@
- 确认收货
+
再次购买
{
- console.log(status);
- if (status == 4) {
- console.log(props.datas.id);
+ if (props.status == 4) {
uni.navigateTo({
url: "/pages/afterSales/afterSalesOrderDetail?id=" + props.datas.id
})
diff --git a/pagesOrder/order/order.vue b/pagesOrder/order/order.vue
index 5250f58..c664496 100644
--- a/pagesOrder/order/order.vue
+++ b/pagesOrder/order/order.vue
@@ -20,8 +20,8 @@
+ :order_id='item.order_id' @cancleOrder="cancleOrder" @takeOrder="takeOrder"
+ @rePay="rePay" @purchaseAgain="purchaseAgain" @applyAfterSales="applyAfterSales">
微信支付
-
-
-
+
+
+
@@ -372,7 +372,7 @@
cart_id: cartStore.cartList,
address_id: addressInfo.value.address_id,
pay_type: pay_type.value,
- store_id: 2,
+ store_id: STORE_INFO.id || 0,
reservation_time: reservation_time.value,
shipping_type: orderInfo.value.shipping_type,
mark: formData.value.remark