修改帆布袋,外卖盒。方巾
This commit is contained in:
@@ -39,10 +39,10 @@
|
||||
</select>
|
||||
</div>
|
||||
<p>
|
||||
尺寸(长宽高)
|
||||
尺寸(长宽高) 单位mm
|
||||
</p>
|
||||
<div class="layui-form-item">
|
||||
<input type="text" name="size" id="size" value="12.8*10.5*6.5" placeholder="格式:长*宽" value=""
|
||||
<input type="text" name="size" id="size" value="128*105*65" placeholder="格式:长*宽" value=""
|
||||
class="layui-input"
|
||||
autocomplete="off" readonly>
|
||||
</div>
|
||||
@@ -170,13 +170,13 @@
|
||||
});
|
||||
form.on('select(pcount_filter)', function (data) {
|
||||
if (data.value == 1) {
|
||||
$("#size").val("12.8*10.5*6.5")
|
||||
$("#size").val("128*105*65")
|
||||
}
|
||||
if (data.value == 3) {
|
||||
$("#size").val("21.5*16*6.5")
|
||||
$("#size").val("215*160*65")
|
||||
}
|
||||
if (data.value == 5) {
|
||||
$("#size").val("16.5*13.5*5")
|
||||
$("#size").val("165*135*50")
|
||||
}
|
||||
})
|
||||
form.on('checkbox(ui_craft)', function (data) {
|
||||
|
||||
Reference in New Issue
Block a user