|
|
@@ -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="" onclick="upOpera(3);">
|
|
|
252
|
+ <input type="radio" name="operators" class="redcheck" id="chinamobile" onclick="upOpera(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" onclick="upOpera(1);">
|
|
|
261
|
+ <input type="radio" name="operators" class="redcheck" id="chinatelecom" onclick="upOpera(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" onclick="upOpera(2);">
|
|
|
270
|
+ <input type="radio" name="operators" class="redcheck" id="chinaunicom" onclick="upOpera(2);" ${devs.devInfo.isp=='中国联通'?'checked':''}>
|
|
271
|
271
|
</div>
|
|
272
|
272
|
</div>
|
|
273
|
273
|
</div>
|