Commit 709fac7e authored by 刘帅阳's avatar 刘帅阳

修改

parent 4c87b98a
......@@ -204,7 +204,7 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
},
queryTopic() {
const baseApi = this.baseApi;
this.$u.get('cmsbanner/queryCmsBannerByPaginationForWx?page=1&rows=10').then(res => {
this.$u.get('cmsbanner/queryCmsBannerByPaginationForWx?page=1&rows=10'+ '&unitId='+this.unitId).then(res => {
let list = res;
// for (const index in list) {
// const item = list[index];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment