| | |
| | | <view class="select-view"> |
| | | <view class="select-cell" v-if="applyInfo.returnGoods" @click="onSelect(1)"> |
| | | <view class="select-image"> |
| | | <image style="height: 51rpx; width: 51rpx" src="/static/order/t1.png"></image> |
| | | <image style="height: 51rpx; width: 51rpx" src="/pages/subComponents/static/order/t1.png"></image> |
| | | </view> |
| | | <view class="right"> |
| | | <view class="select-title">退货</view> |
| | |
| | | </view> |
| | | <view class="select-cell" v-if="applyInfo.returnMoney" @click="onSelect(3)"> |
| | | <view class="select-image"> |
| | | <image style="height: 51rpx; width: 51rpx" src="/static/order/t3.png"></image> |
| | | <image style="height: 51rpx; width: 51rpx" src="/pages/subComponents/static/order/t3.png"></image> |
| | | </view> |
| | | <view class="right"> |
| | | <view class="select-title">退款</view> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import '@/components/uview-components/uview-ui' |
| | | import { getAfterSaleInfo } from "@/api/after-sale"; |
| | | import storage from "@/utils/storage"; |
| | | export default { |