Commit 41f04d10 authored by shoei.kanno's avatar shoei.kanno

Merge branch '発表後修正' into 'master'

在庫個数をstockに変更

See merge request !77
parents 82cae758 40b9b374
...@@ -53,8 +53,8 @@ $(function(){ ...@@ -53,8 +53,8 @@ $(function(){
$('#showId').append(idField); $('#showId').append(idField);
$('#showImage').attr('src', src); $('#showImage').attr('src', src);
stockField.textContent = "点在庫有"; stockField.textContent = "stock ";
stockField.insertAdjacentHTML('afterbegin', stock.selector); stockField.insertAdjacentHTML('beforeend', stock.selector);
$('#showStock').append(stockField); $('#showStock').append(stockField);
//stock0の時BTN非表示 //stock0の時BTN非表示
......
src/main/resources/static/upload/b.jpg

4.77 KB | W: | H:

src/main/resources/static/upload/b.jpg

3.32 KB | W: | H:

src/main/resources/static/upload/b.jpg
src/main/resources/static/upload/b.jpg
src/main/resources/static/upload/b.jpg
src/main/resources/static/upload/b.jpg
  • 2-up
  • Swipe
  • Onion skin
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