| | |
| | | </view>
|
| | | </view>
|
| | | <view class="form-item bottom-border-no">
|
| | | <view class="label required" style="width: 360rpx;">店铺头像(750*750px)</view>
|
| | | <view class="label required" style="width: 360rpx;">店铺头像(推荐80*80px)</view>
|
| | | <view class="m-l-a m-r-0 flex m-t-20 m-b-20">
|
| | | <view class="component-button-upload" @click="uploadIcon('cover')">
|
| | |
|
| | |
| | | this.dto.province = ''
|
| | | this.dto.city = ''
|
| | | this.dto.region = ''
|
| | | if (e.detail.value.length <= 3) {
|
| | | if (e.detail.value.length == 2) {
|
| | | if (!!e.detail.value[0])
|
| | | this.dto.province = e.detail.value[0].value
|
| | | if (!!e.detail.value[0])
|
| | | this.dto.city = e.detail.value[0].value
|
| | | if (!!e.detail.value[1])
|
| | | this.dto.region = e.detail.value[1].value
|
| | | }else if(e.detail.value.length <= 3) {
|
| | | if (!!e.detail.value[0])
|
| | | this.dto.province = e.detail.value[0].value
|
| | | if (!!e.detail.value[1])
|