绿满眶商城微信小程序-uniapp
peng
2025-11-06 d68fb476c248c6c3ab974ea6b18d6bba638f12d8
pages/tabbar/index/home.vue
@@ -475,6 +475,16 @@
            }
         });
      }
      const shareId =   uni.getStorageSync("shareId");
      if(shareId){
      let param = {
         addType:"SHARE_USER_REGISTRY",
         extend:"",
      }
      let extend = {shareId:shareId}
      param.extend = JSON.stringify(extend)
      addPrizeNum(param);
      }
      console.log('-----------分享出的数据---------->', option)
      //处理扫码出来的视频
      this.marginBottom = uni.getSystemInfoSync().safeAreaInsets.bottom
@@ -1919,19 +1929,21 @@
   position: relative;
   width: 100%;
   height: 10px;
   background-color: rgba(255, 255, 255, 0.2);
   /* 半透明背景 */
   background-color: transparent;
   /* 透明背景 */
   overflow: hidden;
   border-radius: 1.5px;
   cursor: pointer;
   transition: height 0.2s;
   /* 添加padding-top来扩大触摸区域 */
   padding-top: 20px;
   margin-top: -10px;
}
.progress-fill {
   position: absolute;
   left: 0;
   top: 0;
   top: 10px;
   height: 100%;
   border-radius: 2px;
   background-color: lightgray;
@@ -1943,6 +1955,9 @@
   display: flex;
   flex-direction: column;
   align-items: center;
   /* 添加padding-top来扩大触摸区域 */
   padding-top: 30px;
   box-sizing: content-box;
}
.progress-text {