| | |
| | | </view> |
| | | |
| | | </view> |
| | | <view style="width: 100%; height: 104rpx;" v-if="amountData"></view> |
| | | <view style="width: 100%; height: calc(112rpx + env(safe-area-inset-bottom));"></view> |
| | | </scroll-view> |
| | | |
| | |
| | | } |
| | | |
| | | uni.$on('updateAddress', (data) => { |
| | | this.receiveStore = null |
| | | this.form.receiver = data.name |
| | | this.form.mobile = data.phone |
| | | this.receiveAddr = data |
| | |
| | | }, |
| | | caozuo(e) { |
| | | var that = this; |
| | | // this.receiveStore = null |
| | | // this.receiveAddr = null |
| | | if (e.name === '选择服务点') { |
| | | that.storePopupType = 'receive' |
| | | that.showStorePopup = true |