|
@@ -90,8 +90,9 @@
|
|
|
</template>
|
|
|
</div>
|
|
|
<div class="question-form-footer">
|
|
|
- <button class="footer-button skip-button" @click="skip">跳过</button>
|
|
|
- <button class="footer-button" @click.stop="postNewUerData(true)">开启剑鱼之旅</button>
|
|
|
+ <button v-if="!urlSource" class="footer-button skip-button" @click="skip">跳过</button>
|
|
|
+ <button v-if="!urlSource" class="footer-button" @click.stop="postNewUerData(true)">开启剑鱼之旅</button>
|
|
|
+ <button v-if="urlSource" class="footer-button submit-button" @click.stop="postNewUerData(true)">提交</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</main>
|