Browse Source

update: 错题本与全局优化

KELECHUAN 2 years ago
parent
commit
161fdd16ec
100 changed files with 968 additions and 163 deletions
  1. BIN
      .vs/slnx.sqlite
  2. BIN
      .vs/teammodelwxapp/v17/.suo
  3. BIN
      .vs/teammodelwxapp/v17/workspaceFileList.bin
  4. 4 4
      common/global_scss/pages_style.scss
  5. 5 0
      pages/tab_exam/tab_exam.vue
  6. 3 3
      pages/tab_home/tab_home.vue
  7. 4 9
      subpkg/exam/examPractice.vue
  8. 0 1
      subpkg/startup/login.vue
  9. 661 3
      subpkg/work/wrongBook.vue
  10. 1 1
      unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
  11. 1 1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/tab_exam/tab_exam.js.map
  12. 1 1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/tab_home/tab_home.js.map
  13. 1 1
      unpackage/dist/dev/.sourcemap/mp-weixin/subpkg/exam/examPractice.js.map
  14. 1 1
      unpackage/dist/dev/.sourcemap/mp-weixin/subpkg/work/wrongBook.js.map
  15. 2 1
      unpackage/dist/dev/mp-weixin/app.json
  16. 4 4
      unpackage/dist/dev/mp-weixin/common/main.wxss
  17. 3 3
      unpackage/dist/dev/mp-weixin/common/vendor.js
  18. 2 2
      unpackage/dist/dev/mp-weixin/components/loading/loading.js
  19. 2 2
      unpackage/dist/dev/mp-weixin/components/th-autograph/th-autograph.js
  20. 2 2
      unpackage/dist/dev/mp-weixin/components/th-autograph/th-color.js
  21. 2 2
      unpackage/dist/dev/mp-weixin/components/th-autograph/th-line.js
  22. 2 2
      unpackage/dist/dev/mp-weixin/components/top-info/top-info.js
  23. 2 2
      unpackage/dist/dev/mp-weixin/components/top-return/top-return.js
  24. 2 2
      unpackage/dist/dev/mp-weixin/components/top-semester/top-semester.js
  25. 2 2
      unpackage/dist/dev/mp-weixin/components/z-calendar/dateBox.js
  26. 2 2
      unpackage/dist/dev/mp-weixin/components/z-calendar/zsy-calendar.js
  27. 1 1
      unpackage/dist/dev/mp-weixin/pages/init/init.js
  28. 1 1
      unpackage/dist/dev/mp-weixin/pages/tab_exam/tab_exam.js
  29. 1 1
      unpackage/dist/dev/mp-weixin/pages/tab_home/tab_home.js
  30. 1 1
      unpackage/dist/dev/mp-weixin/pages/tab_mine/tab_mine.js
  31. 1 1
      unpackage/dist/dev/mp-weixin/pages/tab_swap/tab_swap.js
  32. 1 1
      unpackage/dist/dev/mp-weixin/pages/tab_work/tab_work.js
  33. 2 1
      unpackage/dist/dev/mp-weixin/project.config.json
  34. 1 1
      unpackage/dist/dev/mp-weixin/project.private.config.json
  35. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/datalist/examReport.js
  36. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/datalist/examlist.js
  37. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/datalist/swapReport.js
  38. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/datalist/swaplist.js
  39. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/datalist/workReport.js
  40. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/datalist/worklist.js
  41. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/exam/examPractice.js
  42. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/exam/examPractice.wxml
  43. 0 4
      unpackage/dist/dev/mp-weixin/subpkg/exam/examPractice.wxss
  44. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/exam/level.js
  45. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/exam/rank.js
  46. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/exam/single.js
  47. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/exam/subject.js
  48. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/exam/total.js
  49. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/home/classlist.js
  50. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/home/clockstats.js
  51. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/home/courseRecommend.js
  52. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/mine/childinfo.js
  53. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/mine/msgList.js
  54. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/mine/parentinfo.js
  55. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/mine/subInfo.js
  56. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/startup/options.js
  57. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/swap/swapstats.js
  58. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/work/workstats.js
  59. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/work/wrongBook.js
  60. 4 1
      unpackage/dist/dev/mp-weixin/subpkg/work/wrongBook.json
  61. 1 1
      unpackage/dist/dev/mp-weixin/subpkg/work/wrongBook.wxml
  62. 147 0
      unpackage/dist/dev/mp-weixin/subpkg/work/wrongBook.wxss
  63. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.js
  64. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-error/qiun-error.js
  65. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/loading1.js
  66. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/loading2.js
  67. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/loading3.js
  68. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/loading4.js
  69. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/loading5.js
  70. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/qiun-loading.js
  71. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uni-table/components/uni-table/uni-table.js
  72. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uni-table/components/uni-td/uni-td.js
  73. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uni-table/components/uni-th/uni-th.js
  74. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uni-table/components/uni-tr/table-checkbox.js
  75. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uni-table/components/uni-tr/uni-tr.js
  76. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u--text/u--text.js
  77. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-action-sheet/u-action-sheet.js
  78. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-avatar-group/u-avatar-group.js
  79. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-avatar/u-avatar.js
  80. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-badge/u-badge.js
  81. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-column-notice/u-column-notice.js
  82. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-count-down/u-count-down.js
  83. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-gap/u-gap.js
  84. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-icon/u-icon.js
  85. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-line/u-line.js
  86. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-link/u-link.js
  87. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-loading-icon/u-loading-icon.js
  88. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-modal/u-modal.js
  89. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-notice-bar/u-notice-bar.js
  90. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-overlay/u-overlay.js
  91. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-parse/node/node.js
  92. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-parse/u-parse.js
  93. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-picker/u-picker.js
  94. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-popup/u-popup.js
  95. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-row-notice/u-row-notice.js
  96. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-safe-bottom/u-safe-bottom.js
  97. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-status-bar/u-status-bar.js
  98. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-subsection/u-subsection.js
  99. 2 2
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-text/u-text.js
  100. 0 0
      unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-toolbar/u-toolbar.js

BIN
.vs/slnx.sqlite


BIN
.vs/teammodelwxapp/v17/.suo


BIN
.vs/teammodelwxapp/v17/workspaceFileList.bin


+ 4 - 4
common/global_scss/pages_style.scss

@@ -36,9 +36,9 @@ page{
 .front-tag {
 	margin-right: 20rpx;
 	height: 100%;
-	width: 10rpx;
-	border-radius: 100rpx;
-	background-image: linear-gradient(#4169E1, rgba(1,1,1,0));
+	width: 5rpx;
+	border-radius: 6rpx;
+	background-image: linear-gradient(#4169E1, rgba(65,105,225,0.3));
 	z-index: 99;
 }
 //标题底
@@ -47,7 +47,7 @@ page{
 	margin-left: 20%;
 	height: 20rpx;
 	width: 90%;
-	border-radius: 6rpx;
+	border-radius: 12rpx;
 	background-image: linear-gradient(to right, #4169E1, rgba(1,1,1,0));
 	z-index: -1;
 }

+ 5 - 0
pages/tab_exam/tab_exam.vue

@@ -83,6 +83,11 @@
 					</view>
 				</view>
 			</view>
+			
+			
+			
+			
+			
 
 			<view class="flex-column" style="margin: 15rpx 0 10rpx 20rpx;">
 				<view class="title" style="font-size: 32rpx;">评测练习</view>

+ 3 - 3
pages/tab_home/tab_home.vue

@@ -381,7 +381,7 @@
 			return {
 				cardList: [{
 					icon: 't-icon t-icon-chakandingdan',
-					title: '今日评测',
+					title: '评测记录',
 					canvasId: 'tab_home_chart1',
 					data: {
 						"series": [{
@@ -393,7 +393,7 @@
 					chartOpts: {}
 				}, {
 					icon: 't-icon t-icon-renwu',
-					title: '今日作业',
+					title: '作业记录',
 					canvasId: 'tab_home_chart2',
 					data: {
 						"series": [{
@@ -405,7 +405,7 @@
 					chartOpts: {}
 				}, {
 					icon: 't-icon t-icon-wenjian',
-					title: '今日活动',
+					title: '活动记录',
 					canvasId: 'tab_home_chart3',
 					data: {
 						"series": [{

+ 4 - 9
subpkg/exam/examPractice.vue

@@ -31,11 +31,11 @@
 				<scroll-view :style="{height: clientHeight?clientHeight+'px':'auto'}">
 					<view class="item-card" :id="'card' + i">
 						<view class="flex-baseline">
-							<view class="YS-title">{{examPractice[index].title}}{{examPractice[index].modality}}
+							<view class="YS-title">{{examPractice[cardIndex].title}}{{examPractice[cardIndex].modality}}
 							</view>
 							<view class="title" style="color: #4169E1;margin-left: 10rpx;">{{i+1}}</view>
 							<view class="subtitle" style="margin: 0 10rpx;">/</view>
-							<view class="subtitle">{{examPractice[index].amount}}</view>
+							<view class="subtitle">{{examPractice[cardIndex].amount}}</view>
 							<view class="YS-title" style="margin-left: 10rpx;">题</view>
 						</view>
 
@@ -124,7 +124,7 @@
 		},
 		data() {
 			return {
-				index: '',
+				cardIndex: '',
 				clientHeight: '',
 				curr: 0,
 				showNoteBox: false,
@@ -440,7 +440,7 @@
 			}
 		},
 		onLoad(param) {
-			this.index = param.index
+			this.cardIndex = param.index
 			this.getAnswerList()
 		},
 		methods: {
@@ -499,11 +499,6 @@
 </script>
 
 <style lang="scss">
-	.page-view {
-		height: 100%;
-		width: 100%;
-	}
-
 	.icon-view {
 		margin: 120rpx 20rpx 0 20rpx;
 		display: flex;

+ 0 - 1
subpkg/startup/login.vue

@@ -24,7 +24,6 @@
 	export default {
 		data() {
 			return {
-				query: '',
 				//没有点击
 				noClick: true
 			}

+ 661 - 3
subpkg/work/wrongBook.vue

@@ -1,11 +1,669 @@
 <template>
-	<view>
+	<view class="page-view">
 		<top-return text="错题本"></top-return>
+
+		<view class="icon-view">
+			<view class="icon-card">
+				<view class="t-icon t-icon-naozhong1" style="margin-right: 10rpx;"></view>
+				<view class="time-title">巩固时间</view>
+				<u-count-down :time="60 * 60 * 1000" format="mm:ss"></u-count-down>
+			</view>
+			<view class="icon-card" style="margin-left: auto;">
+				<view :class="signList.includes(curr)?'t-icon t-icon-ding-copy':'t-icon t-icon-ding'"
+					@click="addToSignList"></view>
+				<view :class="showNoteBox? 't-icon t-icon-bianji1-copy':'t-icon t-icon-bianji1'"
+					@click="showNoteBox = !showNoteBox"></view>
+				<view :class="answerSheet? 't-icon t-icon-cengji-copy':'t-icon t-icon-cengji'"
+					@click="answerSheet = !answerSheet" style="margin-right: 0;"></view>
+			</view>
+		</view>
+
+		<view class="note-view" catchtouchmove="true" v-if="showNoteBox">
+			<view class="note-box">
+				<th-autograph :is-download="false" canvas-id="autograph">
+				</th-autograph>
+			</view>
+		</view>
+
+		<swiper class="swiper-box" :style="{height: clientHeight?clientHeight+'px':'auto'}" :current="curr"
+			@change="setCurr">
+			<swiper-item v-for="(item,i) in mistakeDataList" :key="i">
+				<scroll-view :style="{height: clientHeight?clientHeight+'px':'auto'}">
+					<view class="item-card" :id="'card' + i">
+						<view class="flex-baseline">
+							<view class="YS-title">{{mistakeData[cardIndex].subject}}错题集</view>
+							<view class="title" style="color: #4169E1;margin-left: 10rpx;">{{i+1}}</view>
+							<view class="subtitle" style="margin: 0 10rpx;">/</view>
+							<view class="subtitle">{{mistakeData[cardIndex].amount}}</view>
+							<view class="YS-title" style="margin-left: 10rpx;">题</view>
+						</view>
+
+						<view class="tag-fill" style="margin-top: 40rpx;">
+							<view class="tag-text">{{item.type}}</view>
+						</view>
+
+						<view class="content">{{item.content}}</view>
+
+						<view class="answer-container">
+							<view class="answer-box" v-for="(x,y) in item.options" :key="y">
+								<view :class="answerList[i].answer == x.option?'answer-tag-select':'answer-tag'"
+									@click="selectOption(i,y)">
+									<view class="tag-text">{{x.option}}</view>
+								</view>
+								<view class="answer-content" @click="selectOption(i,y)">{{x.answer}}</view>
+							</view>
+						</view>
+					</view>
+				</scroll-view>
+			</swiper-item>
+			<!-- 答题卡 -->
+			<swiper-item>
+				<scroll-view :style="{height: clientHeight?clientHeight+'px':'auto'}">
+					<view class="item-card">
+						<view class="tag-list">
+							<view :class="item.answer != ''?'answer-tag-select':'answer-tag'"
+								v-for="(item,index) in answerList" :key="index" @click="navTopic(index)"
+								style="margin: 40rpx 20rpx;">
+
+								<view class="sign-icon" v-if="signList.includes(index)">
+									<view class="t-icon t-icon-ding-copy"></view>
+								</view>
+
+								<view class="tag-text">{{item.index + 1}}</view>
+							</view>
+						</view>
+						<view class="btn">
+							<view class="btn-text">交卷</view>
+						</view>
+					</view>
+				</scroll-view>
+			</swiper-item>
+		</swiper>
+		<u-action-sheet :show="answerSheet" @close="answerSheet = false" title="答题卡" :round="6">
+			<view style="margin: 20rpx 50rpx;">
+				<view class="tag-list">
+					<view :class="item.answer != ''?'answer-tag-select':'answer-tag'" v-for="(item,index) in answerList"
+						:key="index" @click="navTopic(index)" style="margin: 40rpx 20rpx;">
+
+						<view class="sign-icon" v-if="signList.includes(index)">
+							<view class="t-icon t-icon-ding-copy"></view>
+						</view>
+
+						<view class="tag-text">{{item.index + 1}}</view>
+					</view>
+				</view>
+				<view class="btn">
+					<view class="btn-text">交卷</view>
+				</view>
+			</view>
+		</u-action-sheet>
 	</view>
 </template>
 
-<script>
+<script>
+	import {
+		mapState
+	} from 'vuex'
+	import thAutograph from "../../components/th-autograph/th-autograph.vue"
+	export default {
+		components: {
+			thAutograph
+		},
+		computed: {
+			...mapState('m_children',['mistakeData'])
+		},
+		watch: {
+			curr: {
+				handler(newValue) {
+					if (this.curr <= (this.mistakeDataList.length - 1))
+						this.getSwiperHeight()
+				},
+				immediate: true
+			},
+		},
+		data(){
+			return {
+				cardIndex: '',
+				clientHeight: '',
+				curr: 0,
+				showNoteBox: false,
+				answerSheet: false,
+				signList: [],
+				answerList: '',
+				mistakeDataList: [{
+						content: '题目内容一的外号对哦奥委会的卡号大家看上课进度吧,阿玛尼的卡乌诺迪克兰的三大我看啦到哪里扣篮代码是你',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					},
+					{
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。3192087jhcuyastgdjahkgsduyagwd',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					},
+					{
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。h217893y1jahsdbyugcjhzxbcytfu1231',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					},
+					{
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快32189371298hjahdsu。',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一dkajghcjxzncuktwiajkjbsuydgi2uyhqjkn'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三312897319hjkabcjhxz'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					},
+					{
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。2318209uasiohsdjkaxnczuiywa',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一123i7auhcjkzxgczx'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三31289dyasjkdhciuxcz'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					}, {
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。adnauiychkajnwyiujagdhjabyuczxg2',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					}, {
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					}, {
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					}, {
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					}, {
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					}, {
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					}, {
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					}, {
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					}, {
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					}, {
+						content: '打完就都i阿娇的罗马里克电脑i经常兄长,达瓦ui带坏我很单纯进行只能催啊挖好的快回家,没齿难忘i垃圾我i的急啊离开你们死定了埃及低洼降低AMD扩散低洼会加大科技那么快。',
+						type: '单选题',
+						options: [{
+								option: 'A',
+								answer: '模拟答案一'
+							},
+							{
+								option: 'B',
+								answer: '模拟答案二'
+							},
+							{
+								option: 'C',
+								answer: '模拟答案三'
+							},
+							{
+								option: 'D',
+								answer: '模拟答案四'
+							}
+						]
+					},
+				],
+			}
+		},
+		onLoad(param) {
+			this.cardIndex = param.index
+			this.getAnswerList()
+		},
+		methods:{
+			//生成自适应高度swiper
+			getSwiperHeight() {
+				let query = uni.createSelectorQuery().in(this)
+				query.select('#card' + this.curr).boundingClientRect(data => {
+					this.clientHeight = data.height + 40
+					console.log('swiper高度', this.clientHeight);
+				}).exec();
+			},
+			setCurr(e) {
+				let thisCurr = e.detail.current || 0;
+				this.curr = thisCurr;
+			},
+			//生成答题卡
+			getAnswerList() {
+				if (this.answerList === '') {
+					this.answerList = []
+					this.mistakeDataList.forEach((item, index) => {
+						let answer = {
+							index: index,
+							answer: ''
+						}
+						this.answerList.push(answer)
+					})
+					console.log(this.answerList);
+				}
+			},
+			//选择选项
+			selectOption(i, y) {
+				this.answerList[i].answer = this.mistakeDataList[i].options[y].option
+				if (this.curr <= (this.mistakeDataList.length - 1)) {
+					setTimeout(() => {
+						this.curr = i + 1
+					}, 300);
+				}
+			},
+			//导航到题目
+			navTopic(index) {
+				this.curr = index
+				this.answerSheet = false
+			},
+			//标记题目
+			addToSignList() {
+				if(this.curr <= (this.mistakeDataList.length - 1)){
+					if (this.signList.includes(this.curr)) {
+						this.signList = this.signList.filter(x => x != this.curr)
+					} else {
+						this.signList.push(this.curr)
+					}
+				}
+			}
+		}
+	}
 </script>
 
-<style>
+<style lang="scss">
+	.icon-view {
+		margin: 120rpx 20rpx 0 20rpx;
+		display: flex;
+		align-items: center;
+	
+		.icon-card {
+			display: flex;
+			align-items: center;
+			padding: 20rpx;
+			height: 50rpx;
+			border-radius: $border-radius;
+			background-color: #FFF;
+	
+			.t-icon {
+				margin-right: 40rpx;
+				width: 50rpx;
+				height: 50rpx;
+			}
+	
+			.time-title {
+				font-size: 30rpx;
+				line-height: 30rpx;
+				margin-right: 10rpx;
+			}
+	
+			.u-count-down__text.data-v-463368ae {
+				line-height: 30rpx !important;
+			}
+		}
+	}
+	
+	.item-card {
+		margin: 20rpx;
+		padding: 40rpx 40rpx 80rpx 40rpx;
+		border-radius: $border-radius;
+		background-color: #FFF;
+	
+		.content {
+			margin-top: 20rpx;
+			line-height: 60rpx;
+			font-size: 35rpx;
+			color: $title;
+			word-break: break-all;
+		}
+	
+		.YS-title {
+			line-height: 38rpx;
+			font-size: 38rpx;
+		}
+	
+		.tag-fill {
+			background-color: #d8deff;
+			width: fit-content;
+			margin-left: 0;
+			padding: 6rpx 12rpx;
+	
+			.tag-text {
+				font-size: 28rpx;
+				color: #4169E1;
+			}
+		}
+	
+		.answer-container {
+			display: flex;
+			flex-direction: column;
+	
+			.answer-box {
+				margin-top: 40rpx;
+				display: flex;
+				align-items: center;
+	
+				.answer-content {
+					margin-left: 40rpx;
+					font-size: 35rpx;
+					line-height: 60rpx;
+					color: $title;
+					word-break: break-all;
+				}
+			}
+		}
+	}
+	
+	.answer-tag {
+		display: flex;
+		flex-shrink: 0;
+		align-items: center;
+		justify-content: center;
+		height: 66rpx;
+		width: 66rpx;
+		border-radius: 50%;
+		border: 2rpx solid $subtitle;
+	
+		.tag-text {
+			font-size: 35rpx;
+			line-height: 35rpx;
+			color: $subtitle;
+		}
+	}
+	
+	.answer-tag-select {
+		display: flex;
+		flex-shrink: 0;
+		align-items: center;
+		justify-content: center;
+		height: 70rpx;
+		width: 70rpx;
+		border-radius: 50%;
+		background-color: #4169E1;
+	
+		.tag-text {
+			font-size: 35rpx;
+			line-height: 35rpx;
+			color: #FFF;
+		}
+	}
+	
+	.tag-list {
+		display: flex;
+		align-items: center;
+		align-content: flex-start;
+		justify-content: space-between;
+		flex-wrap: wrap;
+	
+		.sign-icon {
+			position: relative;
+			left: 20rpx;
+			top: -60rpx;
+			width: 0rpx;
+			height: 0rpx;
+	
+			.t-icon {
+				height: 50rpx;
+				width: 50rpx;
+			}
+		}
+	}
+	
+	.btn {
+		margin: 40rpx 20rpx 0 20rpx;
+		height: 80rpx;
+		display: flex;
+		justify-content: center;
+		align-items: center;
+		background-color: #4169E1;
+		border-radius: 40rpx;
+	
+		.btn-text {
+			color: #FFF;
+			line-height: 36rpx;
+			font-size: 36rpx;
+			font-family: YSfont;
+		}
+	}
+	
+	.note-view {
+		width: 100%;
+		height: 550rpx;
+		margin: 20rpx 0 5rpx 0;
+	
+		.note-box {
+			width: 710rpx;
+			height: 100%;
+			margin: 0 20rpx;
+			border-radius: $border-radius;
+			overflow: hidden;
+			background-color: #FFF;
+		}
+	}
 </style>

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/tab_exam/tab_exam.js.map


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/tab_home/tab_home.js.map


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/subpkg/exam/examPractice.js.map


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/subpkg/work/wrongBook.js.map


+ 2 - 1
unpackage/dist/dev/mp-weixin/app.json

@@ -76,5 +76,6 @@
     ]
   },
   "permission": {},
-  "usingComponents": {}
+  "usingComponents": {},
+  "sitemapLocation": "sitemap.json"
 }

+ 4 - 4
unpackage/dist/dev/mp-weixin/common/main.wxss

@@ -514,9 +514,9 @@ page {
 .front-tag {
   margin-right: 20rpx;
   height: 100%;
-  width: 10rpx;
-  border-radius: 100rpx;
-  background-image: linear-gradient(#4169E1, rgba(1, 1, 1, 0));
+  width: 5rpx;
+  border-radius: 6rpx;
+  background-image: linear-gradient(#4169E1, rgba(65, 105, 225, 0.3));
   z-index: 99;
 }
 .bottom-tag {
@@ -524,7 +524,7 @@ page {
   margin-left: 20%;
   height: 20rpx;
   width: 90%;
-  border-radius: 6rpx;
+  border-radius: 12rpx;
   background-image: linear-gradient(to right, #4169E1, rgba(1, 1, 1, 0));
   z-index: -1;
 }

File diff suppressed because it is too large
+ 3 - 3
unpackage/dist/dev/mp-weixin/common/vendor.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/components/loading/loading.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/components/th-autograph/th-autograph.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/components/th-autograph/th-color.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/components/th-autograph/th-line.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/components/top-info/top-info.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/components/top-return/top-return.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/components/top-semester/top-semester.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/components/z-calendar/dateBox.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/components/z-calendar/zsy-calendar.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/init/init.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/tab_exam/tab_exam.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/tab_home/tab_home.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/tab_mine/tab_mine.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/tab_swap/tab_swap.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/tab_work/tab_work.js


+ 2 - 1
unpackage/dist/dev/mp-weixin/project.config.json

@@ -30,7 +30,8 @@
       "outputPath": ""
     },
     "disableUseStrict": false,
-    "useCompilerPlugins": false
+    "useCompilerPlugins": false,
+    "minifyWXML": true
   },
   "compileType": "miniprogram",
   "libVersion": "",

+ 1 - 1
unpackage/dist/dev/mp-weixin/project.private.config.json

@@ -60,5 +60,5 @@
       ]
     }
   },
-  "libVersion": "2.23.4"
+  "libVersion": "2.25.0"
 }

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/datalist/examReport.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/datalist/examlist.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/datalist/swapReport.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/datalist/swaplist.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/datalist/workReport.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/datalist/worklist.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/exam/examPractice.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/exam/examPractice.wxml


+ 0 - 4
unpackage/dist/dev/mp-weixin/subpkg/exam/examPractice.wxss

@@ -1,7 +1,3 @@
-.page-view {
-  height: 100%;
-  width: 100%;
-}
 .icon-view {
   margin: 120rpx 20rpx 0 20rpx;
   display: flex;

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/exam/level.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/exam/rank.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/exam/single.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/exam/subject.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/exam/total.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/home/classlist.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/home/clockstats.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/home/courseRecommend.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/mine/childinfo.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/mine/msgList.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/mine/parentinfo.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/mine/subInfo.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/startup/options.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/swap/swapstats.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/work/workstats.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/work/wrongBook.js


+ 4 - 1
unpackage/dist/dev/mp-weixin/subpkg/work/wrongBook.json

@@ -2,6 +2,9 @@
   "enablePullDownRefresh": false,
   "navigationStyle": "custom",
   "usingComponents": {
-    "top-return": "/components/top-return/top-return"
+    "top-return": "/components/top-return/top-return",
+    "u-count-down": "/uni_modules/uview-ui/components/u-count-down/u-count-down",
+    "th-autograph": "/components/th-autograph/th-autograph",
+    "u-action-sheet": "/uni_modules/uview-ui/components/u-action-sheet/u-action-sheet"
   }
 }

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/subpkg/work/wrongBook.wxml


+ 147 - 0
unpackage/dist/dev/mp-weixin/subpkg/work/wrongBook.wxss

@@ -0,0 +1,147 @@
+.icon-view {
+  margin: 120rpx 20rpx 0 20rpx;
+  display: flex;
+  align-items: center;
+}
+.icon-view .icon-card {
+  display: flex;
+  align-items: center;
+  padding: 20rpx;
+  height: 50rpx;
+  border-radius: 12rpx;
+  background-color: #FFF;
+}
+.icon-view .icon-card .t-icon {
+  margin-right: 40rpx;
+  width: 50rpx;
+  height: 50rpx;
+}
+.icon-view .icon-card .time-title {
+  font-size: 30rpx;
+  line-height: 30rpx;
+  margin-right: 10rpx;
+}
+.icon-view .icon-card .u-count-down__text.data-v-463368ae {
+  line-height: 30rpx !important;
+}
+.item-card {
+  margin: 20rpx;
+  padding: 40rpx 40rpx 80rpx 40rpx;
+  border-radius: 12rpx;
+  background-color: #FFF;
+}
+.item-card .content {
+  margin-top: 20rpx;
+  line-height: 60rpx;
+  font-size: 35rpx;
+  color: #303133;
+  word-break: break-all;
+}
+.item-card .YS-title {
+  line-height: 38rpx;
+  font-size: 38rpx;
+}
+.item-card .tag-fill {
+  background-color: #d8deff;
+  width: -webkit-fit-content;
+  width: fit-content;
+  margin-left: 0;
+  padding: 6rpx 12rpx;
+}
+.item-card .tag-fill .tag-text {
+  font-size: 28rpx;
+  color: #4169E1;
+}
+.item-card .answer-container {
+  display: flex;
+  flex-direction: column;
+}
+.item-card .answer-container .answer-box {
+  margin-top: 40rpx;
+  display: flex;
+  align-items: center;
+}
+.item-card .answer-container .answer-box .answer-content {
+  margin-left: 40rpx;
+  font-size: 35rpx;
+  line-height: 60rpx;
+  color: #303133;
+  word-break: break-all;
+}
+.answer-tag {
+  display: flex;
+  flex-shrink: 0;
+  align-items: center;
+  justify-content: center;
+  height: 66rpx;
+  width: 66rpx;
+  border-radius: 50%;
+  border: 2rpx solid #909399;
+}
+.answer-tag .tag-text {
+  font-size: 35rpx;
+  line-height: 35rpx;
+  color: #909399;
+}
+.answer-tag-select {
+  display: flex;
+  flex-shrink: 0;
+  align-items: center;
+  justify-content: center;
+  height: 70rpx;
+  width: 70rpx;
+  border-radius: 50%;
+  background-color: #4169E1;
+}
+.answer-tag-select .tag-text {
+  font-size: 35rpx;
+  line-height: 35rpx;
+  color: #FFF;
+}
+.tag-list {
+  display: flex;
+  align-items: center;
+  align-content: flex-start;
+  justify-content: space-between;
+  flex-wrap: wrap;
+}
+.tag-list .sign-icon {
+  position: relative;
+  left: 20rpx;
+  top: -60rpx;
+  width: 0rpx;
+  height: 0rpx;
+}
+.tag-list .sign-icon .t-icon {
+  height: 50rpx;
+  width: 50rpx;
+}
+.btn {
+  margin: 40rpx 20rpx 0 20rpx;
+  height: 80rpx;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  background-color: #4169E1;
+  border-radius: 40rpx;
+}
+.btn .btn-text {
+  color: #FFF;
+  line-height: 36rpx;
+  font-size: 36rpx;
+  font-family: YSfont;
+}
+.note-view {
+  width: 100%;
+  height: 550rpx;
+  margin: 20rpx 0 5rpx 0;
+}
+.note-view .note-box {
+  width: 710rpx;
+  height: 100%;
+  margin: 0 20rpx;
+  border-radius: 12rpx;
+  overflow: hidden;
+  background-color: #FFF;
+}
+

File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-error/qiun-error.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/loading1.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/loading2.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/loading3.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/loading4.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/loading5.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/qiun-data-charts/components/qiun-loading/qiun-loading.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uni-table/components/uni-table/uni-table.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uni-table/components/uni-td/uni-td.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uni-table/components/uni-th/uni-th.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uni-table/components/uni-tr/table-checkbox.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uni-table/components/uni-tr/uni-tr.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u--text/u--text.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-action-sheet/u-action-sheet.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-avatar-group/u-avatar-group.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-avatar/u-avatar.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-badge/u-badge.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-column-notice/u-column-notice.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-count-down/u-count-down.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-gap/u-gap.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-icon/u-icon.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-line/u-line.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-link/u-link.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-loading-icon/u-loading-icon.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-modal/u-modal.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-notice-bar/u-notice-bar.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-overlay/u-overlay.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-parse/node/node.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-parse/u-parse.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-picker/u-picker.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-popup/u-popup.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-row-notice/u-row-notice.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-safe-bottom/u-safe-bottom.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-status-bar/u-status-bar.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-subsection/u-subsection.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-text/u-text.js


+ 0 - 0
unpackage/dist/dev/mp-weixin/uni_modules/uview-ui/components/u-toolbar/u-toolbar.js


Some files were not shown because too many files changed in this diff