chengjie 7 years ago
parent
commit
a24cb5cc4c
4 changed files with 5 additions and 5 deletions
  1. 1 1
      app.js
  2. 1 1
      pages/main/index.wxml
  3. 2 2
      pages/main/index.wxss
  4. 1 1
      pages/main/test.wxml

+ 1 - 1
app.js

@@ -11,7 +11,7 @@ App({
11 11
     this.globalData.systemInfo = wx.getSystemInfoSync();
12 12
   },
13 13
   globalData: {
14
-    Version: "1.1.10",
14
+    Version: "1.1.11",
15 15
     IsProduction: true,
16 16
     ProgramID: 106,
17 17
     AppID: "wx313a8f2c0741efe1",

+ 1 - 1
pages/main/index.wxml

@@ -122,7 +122,7 @@
122 122
           <view class="ReviewCount">{{ReviewCount}}</view>
123 123
         </view>
124 124
       </view>
125
-      <view class="btn8 btn6 btn" wx:if="{{FinishedCount>0}}" bindtap="gotoTest">
125
+      <view class="btn8 btn6 btn" bindtap="gotoTest">
126 126
         <view class="btn7 btn1">测试</view>
127 127
       </view>
128 128
 

+ 2 - 2
pages/main/index.wxss

@@ -174,8 +174,8 @@
174 174
   width:40rpx;
175 175
   height:40rpx;
176 176
   position: absolute;
177
-  top:0;
178
-  right:0;
177
+  bottom:0;
178
+  left:0;
179 179
   border-bottom-left-radius: 10rpx;
180 180
   border-top-right-radius: 10rpx;
181 181
   background-color: #fff;

+ 1 - 1
pages/main/test.wxml

@@ -7,7 +7,7 @@
7 7
   </view>
8 8
 
9 9
   <view class="panelTop FlexRow">
10
-    <view class="title">选择正确的汉字发音</view>
10
+    <view class="title">请为“ {{CurrentItem.Name}} ”选择正确的汉字发音</view>
11 11
   </view>
12 12
   <view class="panel FlexRow" wx:for="{{CurrentItem.PinyinTest}}" wx:key="index" bindtap='selectedHanzi' data-id="{{index}}">
13 13
     <view wx:if="{{!item.IsSelected}}" class="universalpic_select_on_black"></view>