chengjie 7 years ago
parent
commit
39aa04c1c7
3 changed files with 4 additions and 4 deletions
  1. 1 1
      app.js
  2. 1 1
      pages/main/item.wxml
  3. 2 2
      project.config.json

+ 1 - 1
app.js

@@ -14,7 +14,7 @@ App({
14 14
     this.globalData.systemInfo = wx.getSystemInfoSync();
15 15
   },
16 16
   globalData: {
17
-    version: "0.1.3",
17
+    version: "1.0.0",
18 18
     IsProduction: false,
19 19
     ProgramID: 105,
20 20
     AppID: "wx313a8f2c0741efe1",

+ 1 - 1
pages/main/item.wxml

@@ -63,7 +63,7 @@
63 63
           <block wx:if="{{item.HiddenColumn=='B'}}">___ </block>
64 64
           <block wx:if="{{item.HiddenColumn!='B'}}">{{item.B}} </block>
65 65
           {{item.OperateBC}} {{item.C}} {{item.OperateCD}} {{item.D}} =
66
-          <block wx:if="{{item.HiddenColumn=='R'}}">___ </block>
66
+          <block wx:if="{{item.HiddenColumn=='R'}}"> </block>
67 67
           <block wx:if="{{item.HiddenColumn!='R'}}">{{item.R}} </block>
68 68
         </view>
69 69
         <image class="formula_btn_show" src="../../images/formula_btn_show.png" wx:if="{{item.Vertical && !item.IsShowVertical}}" />

+ 2 - 2
project.config.json

@@ -8,7 +8,7 @@
8 8
 		"newFeature": true
9 9
 	},
10 10
 	"compileType": "miniprogram",
11
-	"libVersion": "2.0.9",
11
+	"libVersion": "2.3.0",
12 12
 	"appid": "wx1fef080f74481cbd",
13 13
 	"projectname": "%E6%95%B0%E5%AD%A6%E8%AE%A1%E7%AE%97%E9%A2%98",
14 14
 	"isGameTourist": false,
@@ -30,7 +30,7 @@
30 30
 			"list": []
31 31
 		},
32 32
 		"miniprogram": {
33
-			"current": 3,
33
+			"current": -1,
34 34
 			"list": [
35 35
 				{
36 36
 					"id": 0,