Browse Source

市县bug修复

dxz1228 2 years ago
parent
commit
61c71890cd
2 changed files with 22 additions and 22 deletions
  1. 22 22
      src/pages/user/index.vue
  2. BIN
      src/static/img-hy/合伙人.png

+ 22 - 22
src/pages/user/index.vue

@@ -291,7 +291,7 @@ const AlholderType = computed(() => {
291 291
 })
292 292
 // '':普通用户 district-区/县代 city-市代',
293 293
 const areaType = computed(() => {
294
-  if (userStore.userInfo?.area_manage_type) {
294
+  if (userStore.userInfo?.area_manage.area_name.length>0) {
295 295
     const areamanage = userStore.userInfo?.area_manage_type
296 296
     // 县/区代理
297 297
     if (areamanage == 'district') {
@@ -584,8 +584,8 @@ page {
584 584
 }
585 585
 
586 586
 .vip_img {
587
-  width: 58px;
588
-  height: 29px;
587
+  width: 116rpx;
588
+  height: 58rpx;
589 589
 }
590 590
 
591 591
 .box_2 {
@@ -593,17 +593,17 @@ page {
593 593
 }
594 594
 
595 595
 .img_1 {
596
-  width: 280px;
597
-  height: 330px;
596
+  width: 560rpx;
597
+  height: 660rpx;
598 598
 }
599 599
 
600 600
 .off_1 {
601
-  width: 36px;
602
-  height: 36px;
601
+  width: 72rpx;
602
+  height: 72rpx;
603 603
   position: absolute;
604
-  margin-top: 20px;
604
+  margin-top: 40rpx;
605 605
   left: 50%;
606
-  margin-left: -18px;
606
+  margin-left: -36rpx;
607 607
 }
608 608
 
609 609
 .off_2 {
@@ -612,31 +612,31 @@ page {
612 612
 }
613 613
 
614 614
 .off_3 {
615
-  width: 17px;
616
-  height: 17px;
615
+  width: 34rpx;
616
+  height: 34rpx;
617 617
 }
618 618
 
619 619
 .div_box {
620
-  width: 248px;
621
-  height: 76px;
620
+  width: 496rpx;
621
+  height: 152rpx;
622 622
   background: #E5F9FF;
623 623
   border-radius: 16rpx;
624
-  margin-left: 16px;
624
+  margin-left: 32rpx;
625 625
 }
626 626
 
627 627
 .blue_1 {
628
-  height: 40px;
629
-  line-height: 40px;
628
+  height: 80rpx;
629
+  line-height: 80rpx;
630 630
 }
631 631
 
632 632
 .blue_1 image {
633
-  margin-left: 13px;
634
-  margin-top: 7px;
633
+  margin-left: 26rpx;
634
+  margin-top: 14rpx;
635 635
 }
636 636
 
637 637
 .pan {
638
-  font-size: 14px;
639
-  margin-left: 5px;
638
+  font-size: 14rpx;
639
+  margin-left: 10rpx;
640 640
   font-family: SourceHanSansCN, SourceHanSansCN;
641 641
   font-weight: 500;
642 642
   color: #4D4D69;
@@ -644,12 +644,12 @@ page {
644 644
 }
645 645
 
646 646
 .blue_2 {
647
-  font-size: 15px;
647
+  font-size: 30rpx;
648 648
   font-family: SourceHanSansCN, SourceHanSansCN;
649 649
   font-weight: bold;
650 650
   color: #4D4D69;
651 651
   background: #C2F0FF;
652
-  padding-left: 13px;
652
+  padding-left: 26rpx;
653 653
 }
654 654
 
655 655
 .pand {

BIN
src/static/img-hy/合伙人.png