diff --git a/pages/pc_web/home/home.vue b/pages/pc_web/home/home.vue
index 4295f0f..a0a3b0a 100644
--- a/pages/pc_web/home/home.vue
+++ b/pages/pc_web/home/home.vue
@@ -112,8 +112,7 @@ export default {
this.$refs.uToast.show({type: 'warning',title: "图片上传格式错误!"});
return;
}
- // this.form.coverPath = file;
- // this.fileList[0] = file;
+ uni.$emit('workshopPage',fileList[0]?.url);
},
// 提示语弹窗
showToast({type,title}){
diff --git a/pages/pc_web/index/components/header.vue b/pages/pc_web/index/components/header.vue
index 511ff7a..b551bc0 100644
--- a/pages/pc_web/index/components/header.vue
+++ b/pages/pc_web/index/components/header.vue
@@ -12,12 +12,12 @@
移动端下载
-