|
@@ -1,6 +1,12 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="app-content">
|
|
<view class="app-content">
|
|
|
<view style="padding:30upx 30upx 140upx 30upx;">
|
|
<view style="padding:30upx 30upx 140upx 30upx;">
|
|
|
|
|
+ <view style="border:1upx solid #CCCCCC;border-radius: 10upx;margin:0upx 5upx 10upx 5upx;font-size:27upx;padding:10upx 0 10upx 3upx;">
|
|
|
|
|
+ <view style="color:#3385FF;margin-bottom:10upx;"><text style="color:red;font-weight:bold;">选退款并退款:</text>下单了没拿货或拿了要退还</view>
|
|
|
|
|
+ <view style="color:#3385FF;margin-bottom:10upx;"><text style="color:red;font-weight:bold;">选只退款:</text>货没退还(坏几个花头、全坏扔了、退运费等)</view>
|
|
|
|
|
+ <view style="color:#3385FF;margin-bottom:10upx;">质量有问题的,需上传图片说明,请查看<text @click="getRule()" style="font-weight:bold;text-decoration: underline;margin-left:5upx;">上传图片规范</text></view>
|
|
|
|
|
+ <view style="color:red;font-weight:bold;">请严格按以上方式选择,否则申请将可能被驳回</view>
|
|
|
|
|
+ </view>
|
|
|
<view class="flex refund-item">
|
|
<view class="flex refund-item">
|
|
|
<view class="refund-label">退款方式:</view>
|
|
<view class="refund-label">退款方式:</view>
|
|
|
<view class="flex list">
|
|
<view class="flex list">
|
|
@@ -67,7 +73,6 @@
|
|
|
<div class="module-com input-line-wrap goods-wrap">
|
|
<div class="module-com input-line-wrap goods-wrap">
|
|
|
<div class="module-tit" style="padding-left:0upx;">
|
|
<div class="module-tit" style="padding-left:0upx;">
|
|
|
<span>售后图片:</span>
|
|
<span>售后图片:</span>
|
|
|
- <span class="app-color-3" style="color:red;font-weight:bold;text-decoration: underline;float: right;" @click="getRule()">★上传图片规范(必看)</span>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div class="module-det">
|
|
<div class="module-det">
|
|
|
<htz-image-upload :max="9" :compress="true" v-model="refundImgData" :headers="headers"
|
|
<htz-image-upload :max="9" :compress="true" v-model="refundImgData" :headers="headers"
|