From 9a1b5ed211b17ce09aa86cadacc44187685ac792 Mon Sep 17 00:00:00 2001 From: wpf <2187978347@qq.com> Date: Mon, 11 Mar 2024 18:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nongKe/supply_chain/supplierB.vue | 4 ++-- pages/user/index.vue | 22 +++++++++++++++++++--- pages/users/invite_code/index.vue | 2 ++ 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/pages/nongKe/supply_chain/supplierB.vue b/pages/nongKe/supply_chain/supplierB.vue index 22bbafb..f35b49b 100644 --- a/pages/nongKe/supply_chain/supplierB.vue +++ b/pages/nongKe/supply_chain/supplierB.vue @@ -717,7 +717,7 @@ type_id: this.storeParam.type_id, credit_buy: this.credit_buy, } - rqData.street_id = this.storeParam.street_id; + // rqData.street_id = this.storeParam.street_id; if(rqData.merchant_category_id==-1) delete rqData.merchant_category_id; if (this.latitude) { rqData.location = this.latitude + ',' + this.longitude @@ -915,7 +915,7 @@ } if(!this.storeParam.is_recommend){ rqData.merchant_category_id = this.storeParam.merchant_category_id; - rqData.street_id = this.storeParam.street_id; + // rqData.street_id = this.storeParam.street_id; } if (this.latitude) { rqData.location = this.latitude + ',' + this.longitude diff --git a/pages/user/index.vue b/pages/user/index.vue index 4bf9b1a..30bf975 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -62,7 +62,7 @@ 绑定手机号 - - + + + + + + 我的余额 (元) + + + + + + ¥{{userInfo.now_money||"0.00"}} + + + 序号 用户名称 用户ID 状态 @@ -35,6 +36,7 @@ + {{index+1}} {{item.real_name || '-'}} {{item.uid}} {{item.status == 0?'未入驻':'已入驻'}}