Authored by 刘志远

Merge branch 'feature/shop-order-v2.2' into 'master'

一件代发退货文案修改

一件代发退货文案修改

See merge request !119
@@ -20,14 +20,6 @@ @@ -20,14 +20,6 @@
20 </Row> 20 </Row>
21 <filter-item> 21 <filter-item>
22 <Button 22 <Button
23 - type="success"  
24 - :loading="showExpressLoading"  
25 - :disabled="orderInfo.orderStatus >= 600 ? true : false"  
26 - @click="confirmExpress"  
27 - >  
28 - 确认快递单  
29 - </Button>  
30 - <Button  
31 type="primary" 23 type="primary"
32 :loading="showDeliverLoading" 24 :loading="showDeliverLoading"
33 :disabled="orderInfo.orderStatus >= 600 ? true : false" 25 :disabled="orderInfo.orderStatus >= 600 ? true : false"
@@ -44,13 +44,13 @@ @@ -44,13 +44,13 @@
44 <div class="ivu-card"> 44 <div class="ivu-card">
45 <div class="ivu-card-body"> 45 <div class="ivu-card-body">
46 <template v-if="returnedInfo.status === 0"> 46 <template v-if="returnedInfo.status === 0">
  47 + <p class="red">请您在24小时以内尽快处理退货申请</p>
47 <p class="red">若您同意退货,待买家寄回后,将退款给买家,若有异议请与平台联系</p> 48 <p class="red">若您同意退货,待买家寄回后,将退款给买家,若有异议请与平台联系</p>
48 - <p class="red">若您未响应申请,视作同意退货</p>  
49 <p class="red">若您不同意退货可点击驳回,若买家向平台投诉,如核实是您的责任,将会影响店铺评分</p> 49 <p class="red">若您不同意退货可点击驳回,若买家向平台投诉,如核实是您的责任,将会影响店铺评分</p>
50 </template> 50 </template>
51 <template v-if="returnedInfo.status === 10"> 51 <template v-if="returnedInfo.status === 10">
52 - <p class="red">-若您同意退款,将直接退款给买家</p>  
53 - <p class="red">-若您逾期未响应,视作同意退款,系统将自动打款给买家</p> 52 + <p class="red">请您在物流签收后24小时内尽快处理</p>
  53 + <p class="red">若您同意退款,将直接退款给买家</p>
54 </template> 54 </template>
55 <br /> 55 <br />
56 <template v-if="returnedInfo.status === 0"> 56 <template v-if="returnedInfo.status === 0">
1 { 1 {
2 "name": "yoho-shop-manage", 2 "name": "yoho-shop-manage",
3 - "version": "1.3.3", 3 + "version": "1.3.4",
4 "description": "", 4 "description": "",
5 "main": "app.js", 5 "main": "app.js",
6 "scripts": { 6 "scripts": {