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