Commit 011ae1c6 authored by 罗林杰's avatar 罗林杰

增加阅读量增加

parent 833b3e5b
...@@ -256,6 +256,8 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue"; ...@@ -256,6 +256,8 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
params: { params: {
businessId: id businessId: id
} }
}).then((res) => {
this.$u.put('/cmsnews/miniProgram/read/'+id)
}) })
} }
if(this.curNow === 1) { if(this.curNow === 1) {
...@@ -264,6 +266,8 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue"; ...@@ -264,6 +266,8 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
params: { params: {
businessId: id businessId: id
} }
}).then((res) => {
this.$u.put('/cmsvideo/miniProgram/read/'+id)
}) })
} }
......
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