记得上下班打卡 | git大法好,push需谨慎

Commit 93ac7ceb authored by 胡佳晨's avatar 胡佳晨

开启退款相关配置

parent 73f893fe
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="form-group" style="display: none"> <div class="form-group" >
<label class="col-sm-3 control-label is-required">手续费:</label> <label class="col-sm-3 control-label is-required">手续费:</label>
<div class="col-sm-8" th:if="*{isRefundPoundage==1}"> <div class="col-sm-8" th:if="*{isRefundPoundage==1}">
<div class="radio check-box"> <div class="radio check-box">
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="form-group" style="display: none"> <div class="form-group">
<label class="col-sm-3 control-label is-required">退优惠券:</label> <label class="col-sm-3 control-label is-required">退优惠券:</label>
<div class="col-sm-8" th:if="*{isRefundVoucher==1}"> <div class="col-sm-8" th:if="*{isRefundVoucher==1}">
<div class="radio check-box"> <div class="radio check-box">
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="form-group" style="display: none"> <div class="form-group">
<label class="col-sm-3 control-label is-required">快递费:</label> <label class="col-sm-3 control-label is-required">快递费:</label>
<div class="col-sm-8" th:if="*{isRefundExpress==1}"> <div class="col-sm-8" th:if="*{isRefundExpress==1}">
<div class="radio check-box"> <div class="radio check-box">
...@@ -95,19 +95,19 @@ ...@@ -95,19 +95,19 @@
</div> </div>
</div> </div>
</div> </div>
<div class="form-group" style="display: none"> <div class="form-group">
<label class="col-sm-3 control-label">收货人:</label> <label class="col-sm-3 control-label">收货人:</label>
<div class="col-sm-8"> <div class="col-sm-8">
<input name="title" th:field="*{orderRefundAddress.name}" class="form-control" type="text" readonly> <input name="title" th:field="*{orderRefundAddress.name}" class="form-control" type="text" readonly>
</div> </div>
</div> </div>
<div class="form-group" style="display: none"> <div class="form-group">
<label class="col-sm-3 control-label">电话:</label> <label class="col-sm-3 control-label">电话:</label>
<div class="col-sm-8"> <div class="col-sm-8">
<input name="title" th:field="*{orderRefundAddress.phone}" class="form-control" type="text" readonly> <input name="title" th:field="*{orderRefundAddress.phone}" class="form-control" type="text" readonly>
</div> </div>
</div> </div>
<div class="form-group" style="display: none"> <div class="form-group">
<label class="col-sm-3 control-label">收货地址:</label> <label class="col-sm-3 control-label">收货地址:</label>
<div class="col-sm-8"> <div class="col-sm-8">
<input name="title" th:field="*{orderRefundAddress.address}" class="form-control" type="text" readonly> <input name="title" th:field="*{orderRefundAddress.address}" class="form-control" type="text" readonly>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment