chenxiong hace 3 años
padre
commit
b27048e239
Se han modificado 94 ficheros con 8 adiciones y 15 borrados
  1. 2 7
      pages/course/index.vue
  2. 4 4
      pages2/bank/question_report.vue
  3. 2 4
      pages2/bank/question_statistics.vue
  4. BIN
      static/08-10_032.jpg
  5. BIN
      static/5-4_03.png
  6. BIN
      static/adress@2x.png
  7. BIN
      static/clock@3x.png
  8. BIN
      static/close_card.png
  9. BIN
      static/courseIcon.png
  10. BIN
      static/del@3x.png
  11. BIN
      static/dianhua.png
  12. BIN
      static/examIcon.png
  13. BIN
      static/fuli@2x.png
  14. BIN
      static/hot@3x.png
  15. BIN
      static/icon/collect.png
  16. BIN
      static/icon/collected.png
  17. BIN
      static/icon/computeIcon.png
  18. BIN
      static/icon/down.png
  19. BIN
      static/icon/down1.png
  20. BIN
      static/icon/jy_icon.png
  21. BIN
      static/icon/msg_icon1.png
  22. BIN
      static/icon/msg_icon2.png
  23. BIN
      static/icon/my_icon1.png
  24. BIN
      static/icon/my_icon2.png
  25. BIN
      static/icon/my_icon3.png
  26. BIN
      static/icon/my_icon4.png
  27. BIN
      static/icon/my_icon5.png
  28. BIN
      static/icon/my_icon6.png
  29. BIN
      static/icon/my_icon7.png
  30. BIN
      static/icon/my_icon8.png
  31. BIN
      static/icon/my_icon9.png
  32. BIN
      static/icon/note1.png
  33. BIN
      static/icon/note2.png
  34. BIN
      static/icon/note3.png
  35. BIN
      static/icon/up.png
  36. BIN
      static/icon/up1.png
  37. BIN
      static/icon/wk_icon1.png
  38. BIN
      static/icon/wk_icon2.png
  39. BIN
      static/icon/wk_icon3.png
  40. BIN
      static/info_1.png
  41. BIN
      static/info_2.png
  42. BIN
      static/info_3.png
  43. BIN
      static/info_4.png
  44. BIN
      static/ji@3x.png
  45. BIN
      static/jianli@3x.png
  46. BIN
      static/jj.png
  47. BIN
      static/job@3x.png
  48. BIN
      static/left.png
  49. BIN
      static/loginBtn.png
  50. BIN
      static/login_bg.jpg
  51. BIN
      static/logo.png
  52. BIN
      static/logo2.png
  53. BIN
      static/more.png
  54. BIN
      static/nav1.png
  55. BIN
      static/nav1_on.png
  56. BIN
      static/nav2.png
  57. BIN
      static/nav2_on.png
  58. BIN
      static/nav3.png
  59. BIN
      static/nav3_on.png
  60. BIN
      static/nav4.png
  61. BIN
      static/nav4_on.png
  62. BIN
      static/nav5.png
  63. BIN
      static/nav5_on.png
  64. BIN
      static/operate_1.png
  65. BIN
      static/operate_2.png
  66. BIN
      static/operate_3.png
  67. BIN
      static/pdf@3x.png
  68. BIN
      static/people.png
  69. BIN
      static/play.png
  70. BIN
      static/play@3x.png
  71. BIN
      static/preview@3x.png
  72. BIN
      static/questionBank.png
  73. BIN
      static/questionBank_collect.png
  74. BIN
      static/questionBank_record.png
  75. BIN
      static/questionBank_wrong.png
  76. BIN
      static/right.png
  77. BIN
      static/ruzhu.png
  78. BIN
      static/sc.png
  79. BIN
      static/search.png
  80. BIN
      static/select.png
  81. BIN
      static/shares@3x.png
  82. BIN
      static/star.png
  83. BIN
      static/toudi@3x.png
  84. BIN
      static/unipay.png
  85. BIN
      static/up.png
  86. BIN
      static/verify_mpsdk/images/hint-shibieNative.png
  87. BIN
      static/verify_mpsdk/images/ico-came.png
  88. BIN
      static/verify_mpsdk/images/ico-cameNative.png
  89. BIN
      static/verify_mpsdk/images/ico-suc.png
  90. BIN
      static/verify_mpsdk/images/ico-sucNative.png
  91. BIN
      static/verify_mpsdk/images/shibiebgNative.png
  92. BIN
      static/wepay.png
  93. BIN
      static/xiangji.png
  94. BIN
      static/xiaolaba.png

+ 2 - 7
pages/course/index.vue

@@ -15,7 +15,6 @@
 				<u-line color="#D6D6DB" />
 				<view style="display: flex;align-items:center;">
 					<view style="margin: 0 auto;"><u-tabs :list="list"  :current="current" @change="change" :scrollable="false"></u-tabs></view>
-				<!--	<view style="width: 160px;margin: 0 auto;"><u-tabs :list="list" item-width="150" font-size="24" bar-width="110" :current="current" @change="change" active-color="#007AFF"></u-tabs></view> -->
 				</view>
 				<u-line color="#D6D6DB" />
 				<view class="menuSel" v-show="current==0">
@@ -43,7 +42,7 @@
 						<view class="itemBox">
 							<image :src="$method.splitImgHost(item.coverUrl, true)" style="height: 316rpx;width: 100%;border-radius: 24rpx;"></image>
 							<view style="display: flex;margin-top: 13rpx;">
-								<view class="yearTag">{{item.year}}</view>
+								<view class="yearTag" v-if="item.year">{{item.year}}</view>
 								<view class="titleTag">{{item.goodsName}}</view>
 							</view>
 							<view style="display: flex;justify-content: space-between;margin-top: 13rpx;">
@@ -62,7 +61,7 @@
 						<view class="itemBox">
 							<image :src="$method.splitImgHost(item.coverUrl, true)" style="height: 316rpx;width: 100%;border-radius: 24rpx;"></image>
 							<view style="display: flex;margin-top: 13rpx;">
-								<view class="yearTag">{{item.year}}</view>
+								<view class="yearTag" v-if="item.year">{{item.year}}</view>
 								<view class="titleTag">{{item.goodsName}}</view>
 							</view>
 							<view style="display: flex;justify-content: space-between;margin-top: 13rpx;" v-if="false">
@@ -86,10 +85,6 @@
 						<view class="tylszB" v-for="(item, index) in bList" :key="index" @click="item.id === 0 ? activeAll(2) : active2(item)" :class="item.id === selObj.bId ? 'activeStys2':''">{{ item.projectName }}-{{ item.businessName }}</view>
 					</view>
 				</view>
-			<!--	<view class="fots">
-					<view class="leftBtns" @click="initLists">重置筛选</view> 
-				
-				</view>-->
 			</view>
 		</view>
 	</view>

+ 4 - 4
pages2/bank/question_report.vue

@@ -129,7 +129,7 @@ export default {
 							context1.setFillStyle('#999999');
 							context1.setFontSize(caculateX * 20);
 							context1.fillText(`满分${this.reportdata.totalScore}`, caculateX * 90, caculateX * 130, caculateX * 180);
-							context1.arc(caculateX * 90, caculateX * 90, caculateX * 80, 0, (this.reportdata.performance / this.reportdata.totalScore) * 2 * Math.PI, false);
+							context1.arc(caculateX * 90, caculateX * 90, caculateX * 80, -Math.PI/2, -Math.PI/2 + (this.reportdata.performance / this.reportdata.totalScore) * 2 * Math.PI, false);
 							context1.stroke();
 							context1.draw();
 						}
@@ -152,7 +152,7 @@ export default {
 							context2.setFillStyle('#999999');
 							context2.setFontSize(caculateX * 20);
 							context2.fillText(`限时${this.reportdata.examTime}'`, caculateX * 90, caculateX * 130, caculateX * 180);
-							context2.arc(caculateX * 90, caculateX * 90, caculateX * 80, 0, (this.reportdata.doTime / this.reportdata.examTime) * 2 * Math.PI, false);
+							context2.arc(caculateX * 90, caculateX * 90, caculateX * 80, -Math.PI/2, -Math.PI/2 + (this.reportdata.doTime / this.reportdata.examTime) * 2 * Math.PI, false);
 							context2.stroke();
 							context2.draw();
 						}
@@ -178,8 +178,8 @@ export default {
 			return new Promise(resolve =>{
 				this.$api.bankExam(this.examId).then(res => {
 					this.examData = res.data.data;
+					resolve()
 				})
-				resolve()
 			})
 		},
 		/**
@@ -237,9 +237,9 @@ export default {
 			return new Promise(resolve => {
 				this.$api.examReport(this.id).then(res => {
 					this.reportdata = res.data.data;
+					resolve()
 				});
 				
-				resolve()
 			})
 		}
 	}

+ 2 - 4
pages2/bank/question_statistics.vue

@@ -289,9 +289,7 @@ export default {
 					this.caculateX * 180
 				);
 				this.context1.save();
-				this.context1.translate(this.caculateX * 90, this.caculateX * 90);
-				this.context1.rotate((-90 * Math.PI) / 180);
-				this.context1.arc(this.caculateX * 90, this.caculateX * 90, this.caculateX * 80, 0, (this.goodsCount.rightNum / this.goodsCount.totalNum) * 2 * Math.PI, false);
+				this.context1.arc(this.caculateX * 90, this.caculateX * 90, this.caculateX * 80, -Math.PI/2, -Math.PI/2 + (this.goodsCount.rightNum / this.goodsCount.totalNum) * 2 * Math.PI, false);
 				this.context1.restore();
 				this.context1.stroke();
 				this.context1.draw(true);
@@ -306,7 +304,7 @@ export default {
 				this.context2.save();
 				this.context2.translate(this.caculateX * 90, this.caculateX * 90);
 				this.context2.rotate((-90 * Math.PI) / 180);
-				this.context2.arc(this.caculateX * 90, this.caculateX * 90, this.caculateX * 80, 0, (this.goodsCount.doNum / this.goodsCount.totalNum) * 2 * Math.PI, false);
+				this.context2.arc(this.caculateX * 90, this.caculateX * 90, this.caculateX * 80, -Math.PI/2, -Math.PI/2 + (this.goodsCount.doNum / this.goodsCount.totalNum) * 2 * Math.PI, false);
 				this.context2.restore();
 				this.context2.stroke();
 				this.context2.draw(true);

BIN
static/08-10_032.jpg


BIN
static/5-4_03.png


BIN
static/adress@2x.png


BIN
static/clock@3x.png


BIN
static/close_card.png


BIN
static/courseIcon.png


BIN
static/del@3x.png


BIN
static/dianhua.png


BIN
static/examIcon.png


BIN
static/fuli@2x.png


BIN
static/hot@3x.png


BIN
static/icon/collect.png


BIN
static/icon/collected.png


BIN
static/icon/computeIcon.png


BIN
static/icon/down.png


BIN
static/icon/down1.png


BIN
static/icon/jy_icon.png


BIN
static/icon/msg_icon1.png


BIN
static/icon/msg_icon2.png


BIN
static/icon/my_icon1.png


BIN
static/icon/my_icon2.png


BIN
static/icon/my_icon3.png


BIN
static/icon/my_icon4.png


BIN
static/icon/my_icon5.png


BIN
static/icon/my_icon6.png


BIN
static/icon/my_icon7.png


BIN
static/icon/my_icon8.png


BIN
static/icon/my_icon9.png


BIN
static/icon/note1.png


BIN
static/icon/note2.png


BIN
static/icon/note3.png


BIN
static/icon/up.png


BIN
static/icon/up1.png


BIN
static/icon/wk_icon1.png


BIN
static/icon/wk_icon2.png


BIN
static/icon/wk_icon3.png


BIN
static/info_1.png


BIN
static/info_2.png


BIN
static/info_3.png


BIN
static/info_4.png


BIN
static/ji@3x.png


BIN
static/jianli@3x.png


BIN
static/jj.png


BIN
static/job@3x.png


BIN
static/left.png


BIN
static/loginBtn.png


BIN
static/login_bg.jpg


BIN
static/logo.png


BIN
static/logo2.png


BIN
static/more.png


BIN
static/nav1.png


BIN
static/nav1_on.png


BIN
static/nav2.png


BIN
static/nav2_on.png


BIN
static/nav3.png


BIN
static/nav3_on.png


BIN
static/nav4.png


BIN
static/nav4_on.png


BIN
static/nav5.png


BIN
static/nav5_on.png


BIN
static/operate_1.png


BIN
static/operate_2.png


BIN
static/operate_3.png


BIN
static/pdf@3x.png


BIN
static/people.png


BIN
static/play.png


BIN
static/play@3x.png


BIN
static/preview@3x.png


BIN
static/questionBank.png


BIN
static/questionBank_collect.png


BIN
static/questionBank_record.png


BIN
static/questionBank_wrong.png


BIN
static/right.png


BIN
static/ruzhu.png


BIN
static/sc.png


BIN
static/search.png


BIN
static/select.png


BIN
static/shares@3x.png


BIN
static/star.png


BIN
static/toudi@3x.png


BIN
static/unipay.png


BIN
static/up.png


BIN
static/verify_mpsdk/images/hint-shibieNative.png


BIN
static/verify_mpsdk/images/ico-came.png


BIN
static/verify_mpsdk/images/ico-cameNative.png


BIN
static/verify_mpsdk/images/ico-suc.png


BIN
static/verify_mpsdk/images/ico-sucNative.png


BIN
static/verify_mpsdk/images/shibiebgNative.png


BIN
static/wepay.png


BIN
static/xiangji.png


BIN
static/xiaolaba.png