Explorar o código

fix 资料审核

he2802 %!s(int64=3) %!d(string=hai) anos
pai
achega
3b5406c5bd
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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,