|
@@ -81,7 +81,8 @@ const currentCategory = ref({
|
|
|
categoryName: "全部",
|
|
|
});
|
|
|
|
|
|
-const currentM = browser.getURLParam("m")
|
|
|
+const currentM = computed(()=>(browser.getURLParam("m")))
|
|
|
+console.log(currentM.value);
|
|
|
|
|
|
const isPlay = computed(() => {
|
|
|
let status = store.getters["tour/isPlay"];
|