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?'未入驻':'已入驻'}}