Commit 2beda59f authored by lijin's avatar lijin

去掉标题栏

parent 9275edfe
<template> <template>
<div class="pay"> <div class="pay">
<status-bar @fixed="is_show_btn = true" @deFixed="is_show_btn = false">
<span>趣味配对</span>
</status-bar>
<div class="img1-father"> <div class="img1-father">
<img class="img1" src="@/assets/img/pay/img1.png" alt="" /> <img class="img1" src="@/assets/img/pay/img1.png" alt="" />
</div> </div>
...@@ -87,4 +83,4 @@ export default { ...@@ -87,4 +83,4 @@ export default {
</script> </script>
<style scoped src='./index.css'> <style scoped src='./index.css'>
</style> </style>
\ No newline at end of file
<template> <template>
<div class="result"> <div class="result">
<status-bar>
<span>趣味配对</span>
</status-bar>
<div class="banner"> <div class="banner">
<img class="img1" src="@/assets/img/result/img1.png" alt="" /> <img class="img1" src="@/assets/img/result/img1.png" alt="" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment