Floating right component added, personal pages style fixed

This commit is contained in:
Vion
2022-01-21 23:34:49 +08:00
parent 64d4b856c0
commit 60c6a6b8b4
15 changed files with 384 additions and 397 deletions

View File

@@ -128,7 +128,7 @@
rc-margin-y--md
center
"
@click="userbuy()"
@click="selectproduce(item)"
>立即购买</strong
>
</div>
@@ -313,6 +313,7 @@
</el-dialog>
</div>
<!-- rc-main end -->
<FixRight></FixRight>
<div v-if="isLoading" class="ts-mask">
<div class="ts-mask-bg"></div>
<div class="userloding"></div>
@@ -325,6 +326,7 @@
<script>
import Myheader from "~/components/header.vue";
import MyFooter from '~/components/rc-footer.vue'
import FixRight from "~/components/fixed-right.vue";
import { biaome, userstype, searchchanpin, userquery } from "../../ajax/getData";
export default {
data() {
@@ -510,7 +512,8 @@ export default {
},
components: {
Myheader,
MyFooter
MyFooter,
FixRight
},
mounted() {
this.usetmessage();