|
@@ -117,8 +117,8 @@ function renderContentscale(list, contentWrapClassName, name) {
|
|
var textType = []
|
|
var textType = []
|
|
// anchors = '<li><i></i><a href="#' + contentWrapClassName +
|
|
// anchors = '<li><i></i><a href="#' + contentWrapClassName +
|
|
// '">' + name + '</a></li><li class="anchor-line"></li>';
|
|
// '">' + name + '</a></li><li class="anchor-line"></li>';
|
|
- str = '<p class="scaletitle">' + name + '</p>'
|
|
|
|
- $(`.${contentWrapClassName} .infos .infos-box`).append(str);
|
|
|
|
|
|
+ // str = '<p class="scaletitle">' + name + '</p>'
|
|
|
|
+ // $(`.${contentWrapClassName} .infos .infos-box`).append(str);
|
|
// $(`.${contentWrapClassName} .anchors ul`).append(anchors);
|
|
// $(`.${contentWrapClassName} .anchors ul`).append(anchors);
|
|
for (var i = 0; i < list[0].detailList.length; i++) {
|
|
for (var i = 0; i < list[0].detailList.length; i++) {
|
|
var item = list[0].detailList[i];
|
|
var item = list[0].detailList[i];
|
|
@@ -332,7 +332,7 @@ function getResult(pushInfo, textType) {
|
|
$(".hel").attr({
|
|
$(".hel").attr({
|
|
"title": result
|
|
"title": result
|
|
});
|
|
});
|
|
- $(".result_title").html(result);
|
|
|
|
|
|
+ $(".result_title").html(result +'('+ num +')');
|
|
if ($.inArray(13, textType)>0){
|
|
if ($.inArray(13, textType)>0){
|
|
$(".score").html('总分:' + num + '分');
|
|
$(".score").html('总分:' + num + '分');
|
|
}
|
|
}
|