mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-18 16:43:49 +08:00
Floating right component added, personal pages style fixed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user