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

@@ -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){