Browse Source

更新

master
luyisha 3 years ago
parent
commit
ef858397f3
  1. 3
      pages/recordsList/WinningRecord/WinningRecord.vue

3
pages/recordsList/WinningRecord/WinningRecord.vue

@ -81,6 +81,9 @@
this.userType = uni.getStorageSync('userType'); this.userType = uni.getStorageSync('userType');
this.getZJ(); this.getZJ();
}, },
onShow() {
this.getZJ();
},
methods: { methods: {
getZJ(){ getZJ(){
API.request('/adminStatistics/awardRecords', { API.request('/adminStatistics/awardRecords', {

Loading…
Cancel
Save