diff --git a/pages.json b/pages.json index 1ea86ee..bc4b281 100644 --- a/pages.json +++ b/pages.json @@ -269,6 +269,14 @@ "navigationBarTitleText" : "选择地址", "enablePullDownRefresh" : false } + }, + { + "path" : "pages/select_address/select_address_n", + "style" : + { + "navigationBarTitleText" : "选择地址", + "enablePullDownRefresh" : false + } } ], "subPackages": [{ diff --git a/pages/index/index.vue b/pages/index/index.vue index 10e0846..8e341ee 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -305,7 +305,7 @@ 公司名称: - @@ -1061,7 +1061,8 @@ import { Toast } from '../../libs/uniApi'; this.userid = res.data.uid this.userInfoData = res.data this.$store.commit('SET_USERINFO', res.data); - this.merchantData.phone = res.data.phone + this.merchantData.phone = res.data.phone; + this.merchantData.company_name = res.data.mer_info.company_name; if (res.data.service == null) { // console.log('123'); this.isgShow = false diff --git a/pages/nongKe/cloud_entrepot/indexb.vue b/pages/nongKe/cloud_entrepot/indexb.vue index 57d2d9b..7413cf5 100644 --- a/pages/nongKe/cloud_entrepot/indexb.vue +++ b/pages/nongKe/cloud_entrepot/indexb.vue @@ -714,13 +714,14 @@ this.storeParam.page = 1; this.goodsList = []; } - // console.log({...this.userInfoData}); + // console.log({...this.userInfoData.mer_info.category_id}); let query = { product_type: this.product_type, // cate_pid: this.storeParam.category_id, page: this.storeParam.page, order: this.storeParam.order, - keyword: this.storeParam.keyword + keyword: this.storeParam.keyword, + category_id: this.userInfoData.mer_info.category_id, }; if(this.storeParam.category_id==-1) null; else if(!this.merchantTow.pid) query.cate_pid = this.storeParam.category_id; // 全部是查询一级分类pid diff --git a/pages/product/basicSet.vue b/pages/product/basicSet.vue index 37eb6ce..62752b7 100644 --- a/pages/product/basicSet.vue +++ b/pages/product/basicSet.vue @@ -33,14 +33,14 @@ 店铺资质 + radius="4px"> - + - + 店铺其他资质 @@ -103,18 +103,23 @@ - + 详细地址: - + + {{mer_address}} + + + 获取地址 + - + 提货点营业日期: @@ -142,16 +147,16 @@ 商户信息配置 - 商户名称: - + 商户名称: + - 商户简介: - + 商户分类: + - 客服电话: - + 客服电话: + + + + + + + + + + + 当前位置: + + {{locationInfo.formatted_addresses?locationInfo.formatted_addresses.recommend:locationInfo.address}} + + + + 重新定位 + + + + + + + + + + \ No newline at end of file diff --git a/static/images/re_address.png b/static/images/re_address.png new file mode 100644 index 0000000..3d7daac Binary files /dev/null and b/static/images/re_address.png differ