This commit is contained in:
Vinjor 2025-05-30 12:24:12 +08:00
parent 2758f319de
commit 2f2ed88457

View File

@ -232,12 +232,12 @@
<!-- 报名弹窗 --> <!-- 报名弹窗 -->
<uni-popup ref="popupNew"> <uni-popup ref="popupNew">
<view class="popup-content"> <view class="popup-content">
<view style="font-size: 40rpx;text-align: center;padding: 30rpx;"> <view style="font-size: 36rpx;text-align: center;padding: 30rpx;">
<view> <view>
<image src="@/static/detail/mingpian.png" mode="aspectFit"></image> <image src="@/static/detail/mingpian.png" mode="aspectFit"></image>
</view> </view>
<view>此通告需要收集博主信息</view> <view style="padding: 8rpx 0;">此通告需要收集博主信息</view>
<view>请复制通告到微信对话框填写信息报名</view> <view style="padding: 8rpx 0;">请复制通告到微信对话框填写信息报名</view>
</view> </view>
<view style="text-align: center;width: 100%;"> <view style="text-align: center;width: 100%;">
<view class="dl-copy-button" @click="goLinkUrl">点击复制</view> <view class="dl-copy-button" @click="goLinkUrl">点击复制</view>
@ -381,6 +381,7 @@
}, },
onShow() { onShow() {
this.$refs.popupNew.open('center')
console.log(366); console.log(366);
if (null != getJSONData(constant.userInfo)) { if (null != getJSONData(constant.userInfo)) {
this.userInfo = getJSONData(constant.userInfo) this.userInfo = getJSONData(constant.userInfo)
@ -1098,7 +1099,6 @@
flex-direction: column; flex-direction: column;
border-radius: 20rpx; border-radius: 20rpx;
background-color: white; background-color: white;
max-width: 600rpx;
image { image {
width: 80rpx; width: 80rpx;