|
@@ -12,9 +12,10 @@
|
|
|
<template th:replace="components/header"></template>
|
|
|
|
|
|
<!-- 商品详情 -->
|
|
|
-<div id="productDetail">
|
|
|
+<div id="productDetail" v-show="showProduct">
|
|
|
<input type="hidden" th:value="${productId}" id="productId">
|
|
|
<input type="hidden" th:value="${product?.stock}" id="productStock">
|
|
|
+ <input type="hidden" th:value="${product?.visibility}" id="productVisibility">
|
|
|
<div class="wrap">
|
|
|
<div class="productBox clear">
|
|
|
<div class="imageBox" id="imgShown">
|