chenyao
2025-10-29 a27b5ac3a2fea69bf07e5f492b274ff986c11cc0
src/subPackages/workDetail/index.vue
@@ -14,14 +14,14 @@
   const sWebViewRef = ref(null);
   const viewUrl = ref('')
   onLoad( (options) => {
      const eventNum= options.eventNum;
      viewUrl.value = getWebViewUrl('/workDetail', {eventNum:eventNum})
      const eventNum= options.eventNum;
      viewUrl.value = getWebViewUrl('/workDetail', {eventNum:eventNum})
   });
   function onPostMessage(data) {
     if (data.type === 'workback'){
       uni.switchTab({
         url: '/pages/work/index'
       });
@@ -36,12 +36,10 @@
<style lang="scss" scoped>
   .workDetailContainer {
      padding: 0 10px;
width: 100%;
  width: 100%;
   height: 100%;
   background: url('/src/static/images/user/allBg.svg') no-repeat center center;
   background-size: cover;
   }
</style>
</style>