diff --git a/rc-busness/pages/productdetails/productlist.vue b/rc-busness/pages/productdetails/productlist.vue index 862c457d..b5e66b0f 100644 --- a/rc-busness/pages/productdetails/productlist.vue +++ b/rc-busness/pages/productdetails/productlist.vue @@ -516,12 +516,12 @@ export default { this.$refs.userstandard[0].style.margin = 0 + "px"; }); this.userst(); - // this.activeIndex = stype; - // if (stype !== "" && stype !== undefined) { - // this.onmessage(stype); - // } else { - // this.usetmessage(); - // } + this.activeIndex = stype; + if (stype !== "" && stype !== undefined) { + this.onmessage(stype); + } else { + this.usetmessage(); + } }, methods: { async usersearch(stype, usertype) {