123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- <template>
- <view class="wrap">
- <HeaderViewBar ref='HeaderViewBar' title='退款详情' :opacity="scrollTop / 20"
- backgroundColor='linear-gradient(90deg, #F58711, #E63D23)'
- style="position: fixed; top: 0; z-index: 999999999;" @tap="back">
- </HeaderViewBar>
- <view class="bg"></view>
- <view class="container-wrap">
- <view class="address-box">
- <view class="return-address-label">退货地址</view>
- <view class="address-box-module">
- <image src="../../../static/location-2.png" class="location-icon" mode="widthFix"></image>
- <view class="address-sidebar">
- <view class="address-column">
- <view class="return-address-msg">
- 收货人:上海孩子王品牌旗舰店 0563-6988538
- </view>
- <view class="return-address-msg">
- 安徽省宣城市广德县经济开发区建设北路安徽孩
- 子王有限公司
- </view>
- </view>
- </view>
- </view>
- </view>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <view class="wait-box">
- <view class="wait-top">商家已同意退货申请,请尽早发货</view>
- <view class="address-box-wrap">
- <image src="../../../static/location-2.png" class="location-icon" mode="widthFix"></image>
- <view class="address-sidebar">
- <view class="address-column">
- <view class="address-text">
- 收货人:上海孩子王品牌旗舰店 0563-6988538
- </view>
- <view class="address-text">
- 安徽省宣城市广德县经济开发区建设北路安徽孩
- 子王有限公司
- </view>
- </view>
- </view>
- </view>
- <view class="wait-module" style="border: none;">
- <view class="wait-module-label">退货说明:</view>
- <view class="wait-module-list">
- <view class="refund-application-item">
- 未与商家协商一致,请勿使用到付或平邮,以免商家拒签货物。
- </view>
- <view class="refund-application-item">
- 交易的钱款还在平台中间账户,确保您资金安全
- </view>
- <view class="refund-application-item">
- 请填写真实物流信息,逾期未填写,退货申请将撒销
- </view>
- </view>
- </view>
- <view class="return-btnBox">
- <button type="default" class="border-red">撤销申请</button>
- <button type="default" class="border-red">
- <text>我已寄出</text>
- <text>点击填写物流单号</text>
- </button>
- </view>
- </view>
-
- <view class="logistics-information-list">
- <view class="logistics-information-item">
- <text>物流公司</text>
- <view class="right-row">
- <picker class="picker" @change="bindPickerChange" :value="index" :range="array" range-key="name">
- <view :class="index >= 0 ? 'selected' : 'gray'">
- {{index >= 0 ? array[index].name :'请选择物流公司'}}
- </view>
- </picker>
- <image src="../../../static/back-icon2.png" mode="widthFix"></image>
- </view>
- </view>
- <view class="logistics-information-item">
- <text>物流单号</text>
- <view class="right-row">
- <input type="text" value="" placeholder="请填写物流单号" placeholder-class="placeholder" />
- <image src="../../../static/back-icon2.png" mode="widthFix"></image>
- </view>
- </view>
- </view>
- <view class="padding-box">
- <view class="item">
- <view class="item-top">
- <text>退款信息</text>
- </view>
- <view class="item-content">
- <image src="../../../static/img-4.png" class="product-img" mode="aspectFill"></image>
- <view class="item-content-sidebar">
- <view class="product-item-row-between">
- <view class="product-item-name">
- 冻干柠檬片 蜂蜜柠檬茶 保留鲜度96% 美白神器
- </view>
- <view class="row-end">
- <text class="product-item-price">¥394.00</text>
- <text class="product-item-num">x <text>1</text></text>
- </view>
- </view>
- <view class="product-item-tag">
- <text>一盒15g*20袋</text>
- </view>
- </view>
- </view>
- <view class="msg-box">
- <view class="msg-row-between">
- <view class="msg-row-left">
- <text>退款原因</text>订单信息拍错
- </view>
- </view>
- <view class="msg-row-between">
- <view class="msg-row-left">
- <text>退款金额</text>¥980.00
- </view>
- </view>
- <view class="msg-row-between">
- <view class="msg-row-left">
- <text>申请件数</text>2019-11-29 09:47
- </view>
- </view>
- <view class="msg-row-between">
- <view class="msg-row-left">
- <text>申请时间</text>2019-11-29 09:47
- </view>
- </view>
- <view class="msg-row-between">
- <view class="msg-row-left">
- <text>退款编号</text>43898259513465
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="footer">
- <button type="default" class="border-red">取消退款</button>
- <button type="default" class="border-red">申请退款</button>
-
- </view>
- </view>
- </template>
- <script>
- import HeaderViewBar from '../../../components/header-view-bar/header-view-bar.vue';
- export default {
- components: {
- HeaderViewBar,
- },
- data() {
- return {
- headerHeight: 0,
- scrollTop: 0,
-
- array: [{
- name: '韵达快递'
- }, {
- name: '顺丰快递'
- }, {
- name: '圆通快递'
- }, {
- name: '中通快递'
- }],
- index: -1,
- }
- },
- onShow() {
- setTimeout(() => {
- this.headerHeight = this.$refs['HeaderViewBar'].getHeaderStyle().headerHeight;
- }, 20);
- },
- methods: {
-
- back() {
- uni.navigateBack({
- delta: 1,
- })
- },
-
- bindPickerChange: function(e) {
- this.index = e.detail.value;
- },
- },
- onPageScroll(e) {
- this.scrollTop = e.scrollTop;
- }
- }
- </script>
- <style scoped lang="scss">
- @import "./refund-details.css";
- </style>
|