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.getZJ();
},
onShow() {
this.getZJ();
},
methods: {
getZJ(){
API.request('/adminStatistics/awardRecords', {

Loading…
Cancel
Save