| | |
| | | |
| | | <scroll-view scroll-y class="page-scroll"> |
| | | <view class="page-content"> |
| | | <view v-if="activeMode === 'local'" class="service-point-card cell-card" @click="openStorePopup"> |
| | | <view v-if="activeMode === 'local'" class="service-point-card cell-card" @click="openStorePopup0"> |
| | | <view class="cell-left with-icon"> |
| | | <image class="cell-icon" src="/static/icon/ic_store@2x.png" mode="widthFix"></image> |
| | | <view class="store-cell-copy"> |
| | |
| | | this.tempSelectedStoreId = null |
| | | this.showStorePopup = true |
| | | }, |
| | | openStorePopup0() { |
| | | this.storePopupType = 'send0' |
| | | this.tempSelectedStoreId = null |
| | | this.showStorePopup = true |
| | | }, |
| | | confirmStore() { |
| | | |
| | | console.log("=========================") |
| | | const selected = this.storeList.find(item => item.active) |
| | | console.log(selected) |
| | | if (this.storePopupType === 'send') { |
| | | this.sendStore = selected |
| | | } else if (this.storePopupType === 'receive') { |