Browse Source

no message

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
ae0933a687
1 changed files with 2 additions and 1 deletions
  1. 3
      src/view/poster.vue

3
src/view/poster.vue

@ -72,7 +72,7 @@
let cityNameArr = arr[2].split('&')
let cityName = cityNameArr[1]
this.defaultCity = cityName
this.merchantNo = cityNameArr[2]
this.merchantNo = cityNameArr[2]
},
getPoster (){
let merchantNo = this.merchantNo
@ -283,6 +283,7 @@
.page-content {
padding-bottom: 1.5rem;
position: relative;
top: 0;
}
.picke-address .status-btn {

Loading…
Cancel
Save