Commit 1c660aa7 authored by shoei.kanno's avatar shoei.kanno

HTML修正

parent 17790cdc
...@@ -211,6 +211,6 @@ public class EcsiteController { ...@@ -211,6 +211,6 @@ public class EcsiteController {
@PostMapping("wallets/charge/{id}") @PostMapping("wallets/charge/{id}")
public String walletsCharge(@PathVariable Integer id, @Validated WalletsForm form){ public String walletsCharge(@PathVariable Integer id, @Validated WalletsForm form){
walletsService.charge(id, form.getAmount()); walletsService.charge(id, form.getAmount());
return "redirect:/limited/top"; return "redirect:/limited/wallets/{id}";
} }
} }
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div id="modal-content"> <div id="modal-content">
<div id="modal-content-innar"> <div id="modal-content-innar">
<!-- モーダルウィンドウのコンテンツ開始 --> <!-- モーダルウィンドウのコンテンツ開始 -->
<img class="modalShow" id="showImage" alt="productImage" width="300" height="200"/> <div class="modalShow"><img class="modalShow" id="showImage" alt="productImage" width="300" height="200"/></div>
<div class="modalShow" id="showName"></div> <div class="modalShow" id="showName"></div>
<div class="modalShow" id="showSize"></div> <div class="modalShow" id="showSize"></div>
<div class="modalShow" id="showPrice"></div> <div class="modalShow" id="showPrice"></div>
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
<option value="10">10</option> <option value="10">10</option>
</select> </select>
</div> </div>
<a id="modal-close" class="button-link"><button class="cart-close-btn">Close</button></a> <a id="modal-close" class="button-link"><button class="cart-close-btn">Close</button></a>
<button type="button" class="cartBtn" id="cartBtn">Add Cart</button> <button type="button" class="cartBtn" id="cartBtn">Add Cart</button>
</div> </div>
</div> </div>
<!-- モーダルウィンドウのコンテンツ終了 --> <!-- モーダルウィンドウのコンテンツ終了 -->
......
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