BUG 30116
This commit is contained in:
@@ -23,7 +23,11 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
back() {
|
back() {
|
||||||
uni.navigateBack({delta: 2})
|
uni.navigateBack({
|
||||||
|
delta: 2, success() {
|
||||||
|
location.reload()
|
||||||
|
}
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@@ -34,13 +38,16 @@ uni-page-body{
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.success {
|
.success {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 192px;
|
width: 192px;
|
||||||
height: 192px;
|
height: 192px;
|
||||||
margin: 96px 0 16px 0;
|
margin: 96px 0 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
color: #333;
|
color: #333;
|
||||||
@@ -49,6 +56,7 @@ uni-page-body{
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
width: calc(100% - 96px);
|
width: calc(100% - 96px);
|
||||||
height: 88px;
|
height: 88px;
|
||||||
@@ -63,6 +71,7 @@ uni-page-body{
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-left: 48px;
|
margin-left: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
|
|||||||
@@ -57,7 +57,6 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
itemClick(row) {
|
itemClick(row) {
|
||||||
uni.navigateTo({url: `./SetGird?id=${row.id}`})
|
uni.navigateTo({url: `./SetGird?id=${row.id}`})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user