heyang 1 年間 前
コミット
c01ed7d270
共有2 個のファイルを変更した12 個の追加5 個の削除を含む
  1. 11 4
      pages/mine.vue
  2. 1 1
      pages/studentWorkbench.vue

+ 11 - 4
pages/mine.vue

@@ -32,7 +32,7 @@
           </view>
         </view>
         <view class="num-max-box">
-          <view class="min-num-box" @click="goUserPage(1)">
+          <view class="min-num-box" @click="goUserPage('none')">
             <view class="min-num-view color-one">{{creditScore}}</view>
             <view class="bottom-min-num-view">
               <img class="img-one" src="@/images/icon_wd_xyf.png">
@@ -40,7 +40,7 @@
             </view>
           </view>
           <view class="null-p"></view>
-          <view class="min-num-box" @click="goUserPage(2)">
+          <view class="min-num-box" @click="goUserPage('none')">
             <view class="min-num-view color-two">{{bonusPoints}}</view>
             <view class="bottom-min-num-view">
               <img class="img-two" src="@/images/icon_wd_jlf.png">
@@ -181,7 +181,14 @@ export default {
             });
           }
         });
-      }
+      }else if(type == 'none'){
+		  uni.showToast({
+		    title: '暂未开放',
+		    icon:"none",
+		    mask:true,
+		    duration: 2000
+		  });
+	  }
     },
     //获取个人信息
     async simpleInfo(){
@@ -196,7 +203,7 @@ export default {
         if(this.userType == 1){
           this.getSafeWarnList();
         }else if(this.userType == 2){
-          this.getMyPointsLogInfo();
+          //this.getMyPointsLogInfo();
         }
         if(data.data.count){
           this.adminSubCount = data.data.count.adminSubCount;

+ 1 - 1
pages/studentWorkbench.vue

@@ -97,7 +97,7 @@ export default {
     this.myViolationCount();
     this.getGrading();
 
-    this.queryMyCert();
+    //this.queryMyCert();
   },
   methods: {
     //获取分级管控未完成总数