【bug】报名成功不显示图片的bug

This commit is contained in:
fengachen
2021-10-29 17:53:17 +08:00
parent 121059ad1e
commit 9176624e29
6 changed files with 9 additions and 5 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

+1 -1
View File
@@ -58,5 +58,5 @@ page {
font-size: 18px;
color: red;
position: absolute;
left: 40rpx;
left: 25rpx;
}
+1 -1
View File
@@ -59,5 +59,5 @@ page {
font-size: 18px;
color: red;
position: absolute;
left: 40rpx;
left: 25rpx;
}
+5
View File
@@ -222,6 +222,11 @@ Page({
signUpApi.signUpMeeting(formData).then(res => {
if (res.success) {
wx.showToast({
title: '报名成功',
icon:'loading',
duration:1500
})
// 成功 清除缓存 跳转报名成功页面
wx.removeStorage({
key: 'selectedCompany',
+2 -2
View File
@@ -4,12 +4,12 @@
<!-- 不需要审核的显示 -->
<view class="audit">
<image class="img" src="../../assets/images/signUpSuccess.png"></image>
<image class="img" src="../../assets/images/signup-success.png"></image>
<view>报名成功,请按时参会</view>
</view>
<!-- 需要审核的显示 -->
<view class="audit" wx:if="{{false}}">
<image class="img" src="../../assets/images/signUpSuccess.png"></image>
<image class="img" src="../../assets/images/signup-success.png"></image>
<view>报名成功,请等待管理员审核</view>
<view>审核通过后会发送短信提醒通知报名成功,即可参会。</view>
</view>
-1
View File
@@ -11,7 +11,6 @@
.audit image.img {
width: 156px;
height: 146px;
max-width: 100%;
margin-bottom: 10px;
}
/* 需要审核的样式 */