chengjie 5 gadi atpakaļ
vecāks
revīzija
8520a58905
4 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 2 2
      app.js
  2. 1 1
      pages/main/add.js
  3. 1 1
      pages/main/searchCardList.js
  4. 1 1
      project.config.json

+ 2 - 2
app.js

@@ -1,7 +1,7 @@
1 1
 App({
2 2
   globalData: {
3
-    Version: "1.6.13",
4
-    IsProduction: false,
3
+    Version: "1.6.14",
4
+    IsProduction: true,
5 5
     ShareTitle: "高效学习从秒过开始",
6 6
     SharePath: "pages/index/index",
7 7
     ShareImage: '../images/program_screenshot_main.png',

+ 1 - 1
pages/main/add.js

@@ -107,7 +107,7 @@ Page({
107 107
         if (that.data.MiaoguoCardID == list[i].MiaoguoCardID) {
108 108
           card = main.changeStringToView(list[i].Content);
109 109
           card.MiaoguoCardID = list[i].MiaoguoCardID;
110
-          if (list[i].CardType)
110
+          if (list[i].CardType==0 || list[i].CardType==1 || list[i].CardType==-1)
111 111
             card.CardType=list[i].CardType;
112 112
           else if (that.data.CardType)
113 113
             card.CardType=that.data.CardType;

+ 1 - 1
pages/main/searchCardList.js

@@ -5,7 +5,7 @@ const app = getApp();
5 5
 var intervalRefresh = 0;
6 6
 var arrOrder = [
7 7
   {},
8
-  { Name: "最近更新", Value: "ac.UpdateTime desc", CSS: "numberContainerFooter1121Select" },
8
+  { Name: "最近更新", Value: "ac.UpdateTime desc,ac.CreateTime desc", CSS: "numberContainerFooter1121Select" },
9 9
   { Name: "最近添加", Value: "ac.MiaoguoCardID desc", },
10 10
   { Name: "较早添加", Value: "ac.MiaoguoCardID asc" },
11 11
   { Name: "练习较多", Value: "ac.LearnNumber desc,ac.MiaoguoCardID desc" },

+ 1 - 1
project.config.json

@@ -24,7 +24,7 @@
24 24
 			"outputPath": ""
25 25
 		},
26 26
 		"useIsolateContext": true,
27
-		"useCompilerModule": true,
27
+		"useCompilerModule": false,
28 28
 		"userConfirmedUseCompilerModuleSwitch": false
29 29
 	},
30 30
 	"compileType": "miniprogram",