baibx il y a 1 mois
Parent
commit
518e40e858
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      com.sharemao.web.xw3/src/main/webapp/index.jsp

+ 3 - 3
com.sharemao.web.xw3/src/main/webapp/index.jsp

@@ -249,7 +249,7 @@
249 249
                         <span>中国移动</span>
250 250
                     </div>
251 251
                     <div class="select">
252
-                        <input type="radio" name="operators" class="redcheck" id="chinamobile" checked="" value="3">
252
+                        <input type="radio" name="operators" class="redcheck" id="chinamobile" value="3" ${devs.devInfo.isp=='中国移动'?'checked':''}>
253 253
                     </div>
254 254
                 </div>
255 255
                 <div class="form-item">
@@ -258,7 +258,7 @@
258 258
                         <span>中国电信</span>
259 259
                     </div>
260 260
                     <div class="select">
261
-                        <input type="radio" name="operators" class="redcheck" id="chinatelecom" value="1">
261
+                        <input type="radio" name="operators" class="redcheck" id="chinatelecom" value="1" ${devs.devInfo.isp=='中国电信'?'checked':''}>
262 262
                     </div>
263 263
                 </div>
264 264
                 <div class="form-item">
@@ -267,7 +267,7 @@
267 267
                         <span>中国联通</span>
268 268
                     </div>
269 269
                     <div class="select">
270
-                        <input type="radio" name="operators" class="redcheck" id="chinaunicom" value="2">
270
+                        <input type="radio" name="operators" class="redcheck" id="chinaunicom" value="2" ${devs.devInfo.isp=='中国联通'?'checked':''}>
271 271
                     </div>
272 272
                 </div>
273 273
             </div>