v-Brocloni 3 years ago
parent
commit
df3ef1187d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/admin/view/unishop/order/refund_show.html

+ 1
- 1
application/admin/view/unishop/order/refund_show.html View File

@@ -13,7 +13,7 @@
</div>
</div>
<div class="form-group">
<input onclick="doRefund" class="form-control" name="id" type="button" value="确认退款">
<input onclick="doRefund()" class="form-control" name="id" type="button" value="确认退款">
</div>
</form>
<script>


Loading…
Cancel
Save