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

@@ -118,7 +118,7 @@
rc-margin-y--md
center
"
@click="userbuy()"
@click="selectproduce(item)"
>立即购买</strong
>
</div>
@@ -296,6 +296,7 @@
<em>确认</em>
</div>
</el-dialog>
<FixRight></FixRight>
<div v-if="isLoading" class="ts-mask">
<div class="ts-mask-bg"></div>
<div class="userloding"></div>
@@ -308,6 +309,7 @@
<script>
import Myheader from "~/components/header.vue";
import MyFooter from '~/components/rc-footer.vue'
import FixRight from "~/components/fixed-right.vue";
import {
userstype,
biaome,
@@ -473,7 +475,8 @@ export default {
},
components: {
Myheader,
MyFooter
MyFooter,
FixRight
},
created() {
this.routeParams=this.$route.query;