he2802 hace 3 años
padre
commit
f7fe69ada5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>