|
|
@@ -8,7 +8,7 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
- <title>退货</title>
|
|
|
+ <title>退款</title>
|
|
|
<meta name="renderer" content="webkit">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
|
@@ -40,10 +40,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-form-item">
|
|
|
- <label class="layui-form-label">*退货原因</label>
|
|
|
+ <label class="layui-form-label">*退款原因</label>
|
|
|
<div class="layui-input-inline">
|
|
|
<input class="layui-input" type="text" id="RefundReason" name="RefundReason" maxlength="30"
|
|
|
- lay-verify="required" autocomplete="off" placeholder="请输入退货原因">
|
|
|
+ lay-verify="required" autocomplete="off" placeholder="请输入退款原因">
|
|
|
</div>
|
|
|
</div>
|
|
|
|