1
This commit is contained in:
parent
1937db5351
commit
d6c6bfdc82
@ -232,11 +232,14 @@
|
|||||||
<!-- 报名弹窗 -->
|
<!-- 报名弹窗 -->
|
||||||
<uni-popup ref="popupNew">
|
<uni-popup ref="popupNew">
|
||||||
<view class="popup-content">
|
<view class="popup-content">
|
||||||
<view style="text-align: center;">
|
<view style="text-align: center;padding: 30rpx;">
|
||||||
|
<view>
|
||||||
|
<image src="@/static/detail/mingpian.png" mode="aspectFit"></image>
|
||||||
|
</view>
|
||||||
<view>此通告需要收集博主信息</view>
|
<view>此通告需要收集博主信息</view>
|
||||||
<view>请复制通告到微信对话框填写信息报名</view>
|
<view>请复制通告到微信对话框填写信息报名</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="text-align: center;width: 100%;margin-top: 20rpx;">
|
<view style="text-align: center;width: 100%;">
|
||||||
<view class="dl-copy-button" @click="goLinkUrl">点击复制</view>
|
<view class="dl-copy-button" @click="goLinkUrl">点击复制</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -378,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)
|
||||||
@ -1093,18 +1097,23 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 30rpx;
|
border-radius: 20rpx;
|
||||||
border-radius: 10px;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 80rpx;
|
||||||
|
height: 100rpx;
|
||||||
|
}
|
||||||
|
|
||||||
.dl-copy-button {
|
.dl-copy-button {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
border-radius: 40rpx;
|
border-radius: 0 0 20rpx 20rpx;
|
||||||
width: 75%;
|
margin-top: 10rpx;
|
||||||
|
width: 100%;
|
||||||
background-color: #FC1F3E;
|
background-color: #FC1F3E;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 15rpx 0;
|
padding: 20rpx 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user