wangxy 2 месяцев назад
Родитель
Сommit
dbbea36362

+ 3 - 3
components/kaoshixuzhi/lianxixuzhi.vue

@@ -4,19 +4,19 @@
 	mask-background-color="rgba(0, 0, 0, 0.4);">
 		<uni-popup-dialog mode="input"
 		class="phone-ksxz-dialog"
-			title="考试须知"
+			title="练习须知"
 			:duration="2000" 
 			:before-close="true"
 			@close="handleClose"
 			@confirm="handleConfirm">
 			<view class="ksxz-content-box">
-				<view v-if="data.lxName">考试名称:{{data.lxName}}</view>
+				<view v-if="data.lxName">练习名称:{{data.lxName}}</view>
 				<view v-if="data.zyName">职业:{{data.zyName}}</view>
 				<view v-if="data.zyLevelName">等级:{{data.zyLevelName}}</view>
 				<view v-if="data.ksScore">总分:{{data.ksScore}}</view>
 				<view v-if="data.okScore">及格分:{{data.okScore}}</view>
 				<view>
-					<view v-if="data.intro" class="ksms-row">考试描述:</view>
+					<view v-if="data.intro" class="ksms-row">练习描述:</view>
 					<rich-text v-if="data.intro" :nodes="data.intro" class="ksms-intro"></rich-text>
 				</view>
 			</view>

+ 2 - 3
components/kecheng-mulu/kecheng-mulu.vue

@@ -8,9 +8,8 @@
 					<icon class="kejian-item-icon"></icon>
 					<text>{{item.name}}</text>
 					<text v-if="isHasProgress">
-						进度
-						<text v-if="item.maxProcess < 100" v-text="item.maxProcess >= item.curProcess ? item.maxProcess: item.curProcess"></text>
-						<text v-else v-text="item.maxProcess"></text>
+						<text v-if="item.maxProcess < 100">{{item.maxProcess >= item.curProcess ? item.maxProcess: item.curProcess}}%</text>
+						<text v-else>{{item.maxProcess}}%</text>
 					</text>
 				</view>
 			</myCollapseCardVue>

+ 2 - 0
pages/client/my/myInfo.vue

@@ -122,6 +122,7 @@
 								});
 							} else {
 								uni.showToast({
+									icon: 'none',
 									title: '上传失败',
 								});
 							}
@@ -129,6 +130,7 @@
 						},
 						fail(err) {
 							uni.showToast({
+								icon: 'none',
 								title: '上传失败',
 							});
 							uni.hideLoading();