chengjie лет назад: 7
Родитель
Сommit
a24cb5cc4c
4 измененных файлов с 5 добавлено и 5 удалено
  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
     this.globalData.systemInfo = wx.getSystemInfoSync();
11
     this.globalData.systemInfo = wx.getSystemInfoSync();
12
   },
12
   },
13
   globalData: {
13
   globalData: {
14
-    Version: "1.1.10",
14
+    Version: "1.1.11",
15
     IsProduction: true,
15
     IsProduction: true,
16
     ProgramID: 106,
16
     ProgramID: 106,
17
     AppID: "wx313a8f2c0741efe1",
17
     AppID: "wx313a8f2c0741efe1",

+ 1 - 1
pages/main/index.wxml

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

+ 2 - 2
pages/main/index.wxss

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

+ 1 - 1
pages/main/test.wxml

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