Bläddra i källkod

修改提示消息和技能详情问题

空白格 2 år sedan
förälder
incheckning
cf761e8e91

+ 2 - 1
h5_web/pages/notification/notification.vue

@@ -84,7 +84,8 @@
 			tabChange(cur) {
 				this.current = cur
 				this.tabValue = this.tabList[cur].value;
-				this.getNoticeListByType(1, 10);
+				// this.getNoticeListByType(1, 10);
+				this.$refs.paging.reload()
 			},
 			/**
 			 * 下拉分页组件触发

+ 1 - 1
h5_web/pages/upgrade/professionalIntroduction/professionalIntroduction.vue

@@ -22,7 +22,7 @@
 						难度 <u-rate :count="5" v-model="details.difficult" active-color="#EF651F" disabled size="30" :gutter="4"/>
 					</view>
 					<view class="study">
-						学习时间:{{ details.cycle }}
+						学习时间:{{ details.cycle }}
 					</view>
 				</view>
 			</view>