UI优化
This commit is contained in:
@@ -118,8 +118,12 @@ const onClose = () => {
|
||||
<view class="container">
|
||||
<Guide
|
||||
v-if="step !== 4"
|
||||
:tall="
|
||||
(step === 1 && user.nickName.length > 6) || step === 2 || step === 5
|
||||
:type="
|
||||
step === 2
|
||||
? 2
|
||||
: step === 5 || (step === 1 && user.nickName.length > 6)
|
||||
? 1
|
||||
: 0
|
||||
"
|
||||
>
|
||||
<text v-if="step === 0">
|
||||
|
||||
Reference in New Issue
Block a user