1
This commit is contained in:
parent
3a5e42cff5
commit
2758f319de
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user