| | |
| | | <label class="col-sm-3 control-label">*现金价格:</label> |
| | | <div class="col-sm-9" style="display: flex;"> |
| | | <input style="width: 300px" class="form-control" id="cashPrice" name="playPaiCoin" type="text" value="${list.cashPrice}"> |
| | | <span style="margin-left: 5px;margin-top: 5px">元/半小时</span> |
| | | <span style="margin-left: 5px;margin-top: 5px" id="priceLabel">元/半小时</span> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <label class="col-sm-3 control-label">*玩湃币价格:</label> |
| | | <div class="col-sm-9" style="display: flex;"> |
| | | <input style="width: 300px" class="form-control" id="playPaiCoin" name="playPaiCoin" type="text" value="${list.playPaiCoin}"> |
| | | <span style="margin-left: 5px;margin-top: 5px">币/半小时</span> |
| | | <span style="margin-left: 5px;margin-top: 5px" id="priceLabel1">币/半小时</span> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <label class="col-sm-3 control-label">*现金价格:</label> |
| | | <div class="col-sm-9" style="display: flex;"> |
| | | <input style="width: 300px" class="form-control" id="cashPriceOne" name="playPaiCoin" placeholder="请输入价格" type="text" value="${list.cashPriceOne}"> |
| | | <span style="margin-left: 5px;margin-top: 5px">元/半小时</span> |
| | | <span style="margin-left: 5px;margin-top: 5px" id="priceLabel3">元/半小时</span> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <label class="col-sm-3 control-label">*玩湃币价格:</label> |
| | | <div class="col-sm-9" style="display: flex;"> |
| | | <input style="width: 300px" class="form-control" id="playPaiCoinOne" name="playPaiCoin" placeholder="请输入价格" type="text" value="${list.playPaiCoinOne}"> |
| | | <span style="margin-left: 5px;margin-top: 5px">币/半小时</span> |
| | | <span style="margin-left: 5px;margin-top: 5px" id="priceLabel4">币/半小时</span> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <script src="${ctxPath}/js/elementui/index.js"></script> |
| | | <link rel="stylesheet" href="${ctxPath}/js/elementui/index.css"> |
| | | <script> |
| | | |
| | | function updateTime1() { |
| | | var selectedValue = document.getElementById("siteTypeOne").value; |
| | | var priceLabel = document.getElementById("priceLabel"); |
| | | var priceLabel1 = document.getElementById("priceLabel1"); |
| | | var priceLabel3 = document.getElementById("priceLabel3"); |
| | | var priceLabel4 = document.getElementById("priceLabel4"); |
| | | |
| | | if (selectedValue === "智慧场地") { |
| | | console.log("=============智慧场地=") |
| | | priceLabel.innerText = "元/15分钟"; |
| | | priceLabel1.innerText = "元/15分钟"; |
| | | priceLabel3.innerText = "元/15分钟"; |
| | | priceLabel4.innerText = "元/15分钟"; |
| | | } else { |
| | | priceLabel.innerText = "元/半小时"; |
| | | priceLabel1.innerText = "元/半小时"; |
| | | priceLabel3.innerText = "元/半小时"; |
| | | priceLabel4.innerText = "元/半小时"; |
| | | } |
| | | |
| | | |
| | | |
| | | // $("#end-time").val(''); |
| | | // $("#start-time").val(''); |
| | | } |
| | | |
| | | |
| | | |
| | | let id = "${list.imgs}" |
| | | let obj = [] |
| | | console.log("看看") |
| | |
| | | |
| | | |
| | | window.onload = function(){ |
| | | var siteTypeOne = document.getElementById('siteTypeOne'); |
| | | siteTypeOne.onchange(); // Trigger the onchange event |
| | | |
| | | |
| | | console.log("${list.operatorId}") |
| | | if("${list.operatorId}"==0){ |
| | | console.log(233232) |