Kaynağa Gözat

1.修复其他问题

zizhong.wang 5 yıl önce
ebeveyn
işleme
c0485bcfcb
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      pages/selfCenter/awardPage/index.vue

+ 3 - 3
pages/selfCenter/awardPage/index.vue

@@ -88,15 +88,15 @@ export default {
 					timestamp: getApp().globalData.globalTimestamp, //Date.now()
 					page: '',
 					pageSize:'',
-					//uid:getApp().globalData.user_id,
-					uid:'1',
+					uid:getApp().globalData.user_id,
+					//uid:'14',
 					sign: md5('getScoreList' + getApp().globalData.globalTimestamp)
 				},
 				success: res => {
 					if (res.data.code === 200) {
 						console.log(res.data.msg)
 						that.totalNums = res.data.msg.totality;
-						that.teamList = res.data.msg.list;
+						that.teamList = res.data.msg.list || [];
 					}
 				}
 			 });