jiangping
2024-05-07 541c8aa8d08e4bb758adad33167d1e84943cbfec
wx/pages/addition_subtraction_details/addition_subtraction_details.vue
@@ -167,6 +167,7 @@
</template>
<script>
   import { mapState } from 'vuex'
   export default {
      data() {
         return {
@@ -199,6 +200,9 @@
         this.getInfo()
         this.getList()
      },
      computed: {
         ...mapState(['userInfo'])
      },
      onReachBottom() {
         this.getList()
      },