优化细节

This commit is contained in:
gaoxs
2020-04-13 15:22:40 +08:00
parent 09941a8236
commit d8f92720d2
9 changed files with 53 additions and 43 deletions

View File

@ -62,8 +62,8 @@ export default {
this.getActivity();
},
methods: {
goUserBill(id) {
this.$yrouter.push({ path: "/pages/user/UserBill/index", query: { id } });
goUserBill(types) {
this.$yrouter.push({ path: "/pages/user/UserBill/index", query: { types } });
},
getIndex: function() {
let that = this;