| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | <!DOCTYPE html><html><head>    <meta charset="UTF-8">    <meta http-equiv="Cache-Control" content="no-cache,no-store,no-siteapp,must-revalidate">    <meta http-equiv="pragma" content="no-cache">    <meta http-equiv="expires" content="0">    <meta name="author" content="">    <meta name="description" content=""/>    <meta name="keywords" content="扫码支付,线上投币,运营数据,物联网"/>    <meta name="format-detection" content="telephone=no,email=no">    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">    <title>设备功能配置</title>    <link rel="stylesheet" href="https://cdn.washpayer.com/components/lib/mui.min.css">    <link rel="stylesheet" href="/components/custom/css/common.css">    <link rel="stylesheet" href="/app/css/xyf.common.min.css">    <style>    </style></head><body class=""><h4 class="param-title" id="device">设备</h4><form class="service-param-form">    <h5 class="mui-content-padded font-b-6 ">退费保护时间</h5>    <div class="mui-input-group">        <div class="mui-input-row">            <label class="">退费保护时间</label>            <input type="text" id="refundProtectionTime" class="save-data padding-r-40">            <span class="mini-unit">分钟</span>        </div>    </div>    <div class="subt">        <input class="mui-btn-block" type="submit" value="保存参数">    </div></form><script src="https://cdn.washpayer.com/components/lib/vue.min.js"></script><script src="https://cdn.washpayer.com/components/lib/jquery.min.js"></script><script src="https://cdn.washpayer.com/components/lib/mui.min.js"></script><script src="/components/custom/js/common.js"></script><script src="/app/js/xyf.common.js"></script><script src="/app/js/device-param.js"></script><script>    initParam({        params: {            refundProtectionTime: "value"        },        getDeviceParamsUrl: '/dealer/device/serverSetting/get'    })</script></body></html>
 |