chengjie 4 years ago
parent
commit
dba23e033e

+ 1 - 1
app.js

@@ -1,6 +1,6 @@
1 1
 App({
2 2
   globalData: {
3
-    Version: "2.1.9",
3
+    Version: "2.1.10",
4 4
     IsProduction: true,
5 5
     ShareTitle: "高效学习从秒过开始",
6 6
     SharePath: "pages/index/index",

BIN
pages/images/examine_subject_a013.png


BIN
pages/images/examine_subject_a014.png


BIN
pages/images/examine_subject_a015.png


BIN
pages/images/examine_subject_a016.png


BIN
pages/images/examine_subject_a017.png


BIN
pages/images/examine_subject_a018.png


+ 1 - 0
pages/main/detail.js

@@ -1000,6 +1000,7 @@ Page({
1000 1000
       TaskList.splice(0, 1);
1001 1001
       that.setData({
1002 1002
         TaskInfo: TaskList[0],
1003
+        IsShowAnswer:[0,0],
1003 1004
       });
1004 1005
       that.closeNumberContainner();
1005 1006
     });

+ 3 - 3
pages/test/index.wxml

@@ -3,7 +3,7 @@
3 3
     <view class="panelTop1">{{GradeArr[TestSelectGrade].Name2}}</view>
4 4
     <view class="panelTop2 FlexRow">
5 5
       <image class="universalpic_menu_blue_26x26" src="../images/universalpic_menu_blue_26x26.png"></image>
6
-      <view>更改科目</view>
6
+      <view>更改年级科目</view>
7 7
     </view>
8 8
   </view>
9 9
   <view class="panelLine"></view>
@@ -75,8 +75,8 @@
75 75
         <image class="universalpic_people_black_30x30" src='../images/universalpic_people_black_30x30.png' />
76 76
       </view>
77 77
       <view class='numberContainerFooter11 FlexColumn'>
78
-        <view class='numberContainerFooter111'>选择年级</view>
79
-        <view class='numberContainerFooter113'>目前仅小学阶段如下科目开放试用</view>
78
+        <view class='numberContainerFooter111'>选择年级科目</view>
79
+        <view class='numberContainerFooter113'>目前仅小学初中阶段如下科目开放试用</view>
80 80
         <view class='numberContainerFooter112 FlexRow'>
81 81
           <view class='numberContainerFooter1121{{item.Select}}' wx:for="{{GradeArr}}" wx:key="index" catchtap='onSelectGrade' data-value='{{index}}'>{{item.Name2}}</view>
82 82
         </view>

+ 1 - 1
pages/test/item.js

@@ -47,7 +47,7 @@ Page({
47 47
       that.init2(options);
48 48
     else{
49 49
       if (options.bookid<100){
50
-        if (options.bookid>=25 && options.bookid<=36)
50
+        if (options.bookid>=25 && options.bookid<=42)
51 51
           that.initAncientPoetry(options);
52 52
         else
53 53
           that.init(options);

+ 72 - 0
utils/constant.js

@@ -523,6 +523,78 @@ module.exports = {
523 523
       }, 
524 524
     ]
525 525
   },
526
+  {
527
+    Name: "七年级",
528
+    Name2: "语文七年级",
529
+    Select: "",
530
+    List: [
531
+      {
532
+        ID: 37,
533
+        Type: "Shici",
534
+        Name: "语文古诗文",
535
+        Name2: "上学期",
536
+        Finish: 0,
537
+        Total: 1,
538
+        Image: "../images/examine_subject_a013.png"
539
+      }, {
540
+        ID: 38,
541
+        Type: "Shici",
542
+        Name: "语文古诗文",
543
+        Name2: "下学期",
544
+        Finish: 0,
545
+        Total: 1,
546
+        Image: "../images/examine_subject_a014.png"
547
+      }, 
548
+    ]
549
+  },
550
+  {
551
+    Name: "八年级",
552
+    Name2: "语文八年级",
553
+    Select: "",
554
+    List: [
555
+      {
556
+        ID: 39,
557
+        Type: "Shici",
558
+        Name: "语文古诗文",
559
+        Name2: "上学期",
560
+        Finish: 0,
561
+        Total: 1,
562
+        Image: "../images/examine_subject_a015.png"
563
+      }, {
564
+        ID: 40,
565
+        Type: "Shici",
566
+        Name: "语文古诗文",
567
+        Name2: "下学期",
568
+        Finish: 0,
569
+        Total: 1,
570
+        Image: "../images/examine_subject_a016.png"
571
+      }, 
572
+    ]
573
+  },
574
+  {
575
+    Name: "九年级",
576
+    Name2: "语文九年级",
577
+    Select: "",
578
+    List: [
579
+      {
580
+        ID: 41,
581
+        Type: "Shici",
582
+        Name: "语文古诗文",
583
+        Name2: "上学期",
584
+        Finish: 0,
585
+        Total: 1,
586
+        Image: "../images/examine_subject_a017.png"
587
+      }, {
588
+        ID: 42,
589
+        Type: "Shici",
590
+        Name: "语文古诗文",
591
+        Name2: "下学期",
592
+        Finish: 0,
593
+        Total: 1,
594
+        Image: "../images/examine_subject_a018.png"
595
+      }, 
596
+    ]
597
+  },
526 598
   {
527 599
     Name: "英语常用单词",
528 600
     Name2: "英语常用单词",