فهرست منبع

fix 资料审核

he2802 3 سال پیش
والد
کامیت
3b5406c5bd
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      pages3/polyv/detail.vue

+ 3 - 0
pages3/polyv/detail.vue

@@ -784,6 +784,9 @@ export default {
 			this.$api.goodsGradeInfo(this.gradeId).then(res => {
 				if (res.data.code == 200) {
 					self.gradeDetail = res.data.data;
+					if(self.needProfileModal){
+						return
+					}
 					if(self.gradeDetail.learningStatus==2){
 						uni.showModal({
 							showCancel:false,