1
This commit is contained in:
parent
2758f319de
commit
2f2ed88457
@ -232,12 +232,12 @@
|
||||
<!-- 报名弹窗 -->
|
||||
<uni-popup ref="popupNew">
|
||||
<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>
|
||||
<image src="@/static/detail/mingpian.png" mode="aspectFit"></image>
|
||||
</view>
|
||||
<view>此通告需要收集博主信息</view>
|
||||
<view>请复制通告到微信对话框填写信息报名</view>
|
||||
<view style="padding: 8rpx 0;">此通告需要收集博主信息</view>
|
||||
<view style="padding: 8rpx 0;">请复制通告到微信对话框填写信息报名</view>
|
||||
</view>
|
||||
<view style="text-align: center;width: 100%;">
|
||||
<view class="dl-copy-button" @click="goLinkUrl">点击复制</view>
|
||||
@ -381,6 +381,7 @@
|
||||
|
||||
},
|
||||
onShow() {
|
||||
this.$refs.popupNew.open('center')
|
||||
console.log(366);
|
||||
if (null != getJSONData(constant.userInfo)) {
|
||||
this.userInfo = getJSONData(constant.userInfo)
|
||||
@ -1098,7 +1099,6 @@
|
||||
flex-direction: column;
|
||||
border-radius: 20rpx;
|
||||
background-color: white;
|
||||
max-width: 600rpx;
|
||||
|
||||
image {
|
||||
width: 80rpx;
|
||||
|
Loading…
Reference in New Issue
Block a user