This commit is contained in:
Vinjor 2025-05-30 11:23:47 +08:00
parent 3a5e42cff5
commit 2758f319de

View File

@ -232,7 +232,7 @@
<!-- 报名弹窗 -->
<uni-popup ref="popupNew">
<view class="popup-content">
<view style="text-align: center;padding: 30rpx;">
<view style="font-size: 40rpx;text-align: center;padding: 30rpx;">
<view>
<image src="@/static/detail/mingpian.png" mode="aspectFit"></image>
</view>
@ -381,7 +381,6 @@
},
onShow() {
this.$refs.popupNew.open('center')
console.log(366);
if (null != getJSONData(constant.userInfo)) {
this.userInfo = getJSONData(constant.userInfo)
@ -1099,6 +1098,7 @@
flex-direction: column;
border-radius: 20rpx;
background-color: white;
max-width: 600rpx;
image {
width: 80rpx;
@ -1110,6 +1110,7 @@
margin: auto;
border-radius: 0 0 20rpx 20rpx;
margin-top: 10rpx;
font-size: 36rpx;
width: 100%;
background-color: #FC1F3E;
color: white;