|
@@ -225,6 +225,7 @@ common={
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
},loadQuestion(responsedata) {
|
|
},loadQuestion(responsedata) {
|
|
|
|
+
|
|
console.log(responsedata);
|
|
console.log(responsedata);
|
|
|
|
|
|
var _this=this;
|
|
var _this=this;
|
|
@@ -242,7 +243,9 @@ common={
|
|
}
|
|
}
|
|
$("#question").html(question);
|
|
$("#question").html(question);
|
|
$("#Jpage").html(responsedata.info.sequence+"/5");
|
|
$("#Jpage").html(responsedata.info.sequence+"/5");
|
|
- _this.data.sequence=responsedata.info.sequence;
|
|
|
|
|
|
+ _this.data.sequence=responsedata.info.sequence;
|
|
|
|
+ $("#Jvs .tit").html("第"+_this.data.sequence+"题");
|
|
|
|
+
|
|
$(".g-doc .g-inner").addClass("doing");
|
|
$(".g-doc .g-inner").addClass("doing");
|
|
$(".g-doc .g-inner").removeClass("vsmov");
|
|
$(".g-doc .g-inner").removeClass("vsmov");
|
|
|
|
|
|
@@ -319,7 +322,7 @@ common={
|
|
if (_this.data.sum >= 0) textCircle.innerHTML = html;
|
|
if (_this.data.sum >= 0) textCircle.innerHTML = html;
|
|
_this.data.sum = _this.data.sum - 1;
|
|
_this.data.sum = _this.data.sum - 1;
|
|
$("#Jvs .con").show();
|
|
$("#Jvs .con").show();
|
|
- $("#Jvs .tit").html("第"+_this.data.sequence+"题");
|
|
|
|
|
|
+
|
|
_this.data.angle += 36;
|
|
_this.data.angle += 36;
|
|
if (_this.data.angle <= 360) {
|
|
if (_this.data.angle <= 360) {
|
|
if (_this.data.angle > 180) {
|
|
if (_this.data.angle > 180) {
|