he2802 3 years ago
parent
commit
f7fe69ada5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages2/wd/class.vue

+ 1 - 1
pages2/wd/class.vue

@@ -39,7 +39,7 @@
 					<view style="width: 60%;">
 						<text style="color: #2979ff;white-space: nowrap;text-overflow: ellipsis;">{{ item.beforeName }}</text>
 					</view>
-					<view><u-button type="primary" size="mini">进入刷题</u-button></view>
+					<view><u-button type="primary" size="mini" v-if="false">进入刷题</u-button></view>
 				</view>
 			</view>
 		</navigator>