1
This commit is contained in:
parent
3a5e42cff5
commit
2758f319de
@ -232,7 +232,7 @@
|
|||||||
<!-- 报名弹窗 -->
|
<!-- 报名弹窗 -->
|
||||||
<uni-popup ref="popupNew">
|
<uni-popup ref="popupNew">
|
||||||
<view class="popup-content">
|
<view class="popup-content">
|
||||||
<view style="text-align: center;padding: 30rpx;">
|
<view style="font-size: 40rpx;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>
|
||||||
@ -381,7 +381,6 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
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)
|
||||||
@ -1099,6 +1098,7 @@
|
|||||||
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;
|
||||||
@ -1110,6 +1110,7 @@
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
border-radius: 0 0 20rpx 20rpx;
|
border-radius: 0 0 20rpx 20rpx;
|
||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
|
font-size: 36rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #FC1F3E;
|
background-color: #FC1F3E;
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user