diff --git a/pages.json b/pages.json index 29cd046..6c1f031 100644 --- a/pages.json +++ b/pages.json @@ -178,6 +178,14 @@ "enablePullDownRefresh": false } + }, + { + "path" : "pages/select_address/select_address", + "style" : + { + "navigationBarTitleText" : "选择位置", + "enablePullDownRefresh" : false + } } ], "subPackages": [{ diff --git a/pages/select_address/select_address.vue b/pages/select_address/select_address.vue new file mode 100644 index 0000000..c93b55e --- /dev/null +++ b/pages/select_address/select_address.vue @@ -0,0 +1,217 @@ + + + + + \ No newline at end of file diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index 4a64586..761b331 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -648,7 +648,7 @@ `${this.business[0][this.index2[0]].name} ${this.business[1][this.index2[1]].name} ${this.business[2][this.index2[2]].name}` this.area_id = this.business[0][this.index2[0]].code this.street_id = this.business[1][this.index2[1]].code - + if(this.merchantData.mer_type==12) return ; //市级供应链不需要查询镇农科公司 merstreet({ street_code: this.street_id }).then((res) => { @@ -1046,7 +1046,7 @@ }); if (!this.mer_storeType) return that.$util.Tips({ - title: '请选择商户类型' + title: '请选择店铺类型' }) if (!this.business_name) return that.$util.Tips({ title: '请选择店铺所在地' 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