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:
@@ -108,8 +108,8 @@
|
||||
:before-close="handleClose"
|
||||
@open="open"
|
||||
>
|
||||
<div class="rc-header">
|
||||
<div class="rc-title">
|
||||
<div class="rc-full-width rc-max-width--xl rc-text--center">
|
||||
<div class="rc-title rc-text--center rc-margin-bottom--md">
|
||||
<img src="../../assets/error.png" alt="">
|
||||
</div>
|
||||
<div class="rc-logmain">
|
||||
@@ -119,8 +119,7 @@
|
||||
</div>
|
||||
|
||||
<div class="userer">
|
||||
|
||||
<img src="../../assets/image/rc-discount.png" alt="">
|
||||
<img src="/images/qrcode-aichong.jpg" alt="" class="rc-margin-y--xs">
|
||||
<span>微信扫一扫,识别二维码</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -129,7 +128,7 @@
|
||||
</el-dialog>
|
||||
|
||||
|
||||
|
||||
<FixRight></FixRight>
|
||||
<MyFooter></MyFooter>
|
||||
</div>
|
||||
|
||||
@@ -140,6 +139,7 @@
|
||||
<script>
|
||||
import Myheader from '~/components/header.vue'
|
||||
import MyFooter from '~/components/rc-footer.vue'
|
||||
import FixRight from "~/components/fixed-right.vue";
|
||||
import tabs from "@/components/tabs.vue";
|
||||
export default {
|
||||
middleware: 'metaTitle',
|
||||
@@ -204,7 +204,8 @@ export default {
|
||||
components: {
|
||||
Myheader,
|
||||
MyFooter,
|
||||
tabs
|
||||
tabs,
|
||||
FixRight
|
||||
},
|
||||
watch:{
|
||||
|
||||
@@ -315,7 +316,6 @@ obligation(item,index){
|
||||
var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
|
||||
|
||||
if (!(bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM)) {
|
||||
console.log("当前是电脑打开")
|
||||
if(this.userlog==true){
|
||||
this.usermessage='关注皇家爱宠荟,修改个人资料',
|
||||
this.dialogInfo1=true;
|
||||
@@ -325,8 +325,8 @@ obligation(item,index){
|
||||
}
|
||||
|
||||
}else{
|
||||
console.log("当前是手机打开")
|
||||
this.dialogInfo1=false;
|
||||
window.location.href="weixin://dl/business/?t=BE1OA2AngRs";
|
||||
}
|
||||
},
|
||||
openaddress(item,index){
|
||||
|
||||
Reference in New Issue
Block a user