| | |
| | | } |
| | | }); |
| | | } |
| | | 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 |
| | |
| | | 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; |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | /* 添加padding-top来扩大触摸区域 */ |
| | | padding-top: 30px; |
| | | box-sizing: content-box; |
| | | } |
| | | |
| | | .progress-text { |