Moss 1 rok pred
rodič
commit
7c6125565b

+ 18 - 10
src/pages/goods/detail.vue

@@ -31,7 +31,7 @@
           <image src="@/static/common/soldout.png" mode="widthFix"></image>
         </view>
         <view class="title">
-          <view class="tit">{{detail.title}}</view>
+          <view class="tit">{{detail.title}}<text>×{{detail.num}}</text></view>
           <view class="price">{{detail.amount | priceFilter2}}</view>
         </view>
         <view class="des">{{detail.content}}</view>
@@ -358,7 +358,7 @@ import { uploadImg } from '@/common/utils/util.js'
           goodsId: this.id,
           reportNote: this.reportForm.reason,
           url: this.reportForm.fileList.map(item => item.url),
-          
+
         }).then(res => {
           this.$successToast();
           this.cancelReportDialog();
@@ -467,8 +467,8 @@ import { uploadImg } from '@/common/utils/util.js'
     display: flex;
     align-items: center;
     image {
-      width: 88rpx;
-      height: 88rpx;
+      width: 80rpx;
+      height: 80rpx;
       border-radius: 50%;
     }
     .info {
@@ -478,7 +478,8 @@ import { uploadImg } from '@/common/utils/util.js'
       }
       .phone {
         font-size: 24rpx;
-        margin-top: 12rpx;
+        margin-top: 8rpx;
+        color: $sec-font;
       }
     }
   }
@@ -518,6 +519,13 @@ import { uploadImg } from '@/common/utils/util.js'
     justify-content: space-between;
     .tit {
       font-size: 32rpx;
+      font-weight: 500;
+      text {
+        font-size: 28rpx;
+        color: $sec-font;
+        font-weight: normal;
+        margin-left: 12rpx;
+      }
     }
     .price {
       font-size: 32rpx;
@@ -634,8 +642,8 @@ import { uploadImg } from '@/common/utils/util.js'
     .top {
       display: flex;
       image {
-        width: 88rpx;
-        height: 88rpx;
+        width: 80rpx;
+        height: 80rpx;
         border-radius: 50%;
         flex-shrink: 0;
       }
@@ -646,7 +654,7 @@ import { uploadImg } from '@/common/utils/util.js'
         flex-direction: column;
         justify-content: center;
         .name {
-
+          font-size: 28rpx;
         }
         .time {
           color: $sec-font;
@@ -731,7 +739,7 @@ import { uploadImg } from '@/common/utils/util.js'
   		height: 180rpx;
   		border: 2rpx dashed #dadada;
   		border-radius: 10rpx;
-  		margin-top: 30rpx;
+  		margin-bottom: 30rpx;
   		box-sizing: border-box;
   		.iconfont {
   			font-size: 48rpx;
@@ -746,7 +754,7 @@ import { uploadImg } from '@/common/utils/util.js'
   	.img {
   		position: relative;
   		margin-right: 30rpx;
-  		margin-top: 30rpx;
+  		margin-bottom: 30rpx;
   		&:nth-child(4n) {
   			margin-right: 0;
   		}

+ 3 - 2
src/pages/mine/address/form.vue

@@ -121,7 +121,7 @@
 		methods: {
 			async getRegion(address) {
 				const result = new Promise((resolve, reject) => {
-					this.$api.post('/lbs/amap/region/query2', {
+					this.$api.postJson('/lbs/amap/region/query2', {
 						address
 					}).then(res => {
 						resolve(res.data);
@@ -131,7 +131,8 @@
 			},
 
 			async shibie() {
-				// 莫阿宝,13686123158,广东省广州市天河区棠下街道天河软件园
+        if(!this.clipboard) return false;
+				// 莫阿宝,13686123123,广东省广州市天河区棠下街道天河软件园
 				// console.log(this.smart(this.clipboard));
 				const data = this.smart(this.clipboard);
 

+ 9 - 6
src/styles/common.scss

@@ -44,8 +44,8 @@
       display: flex;
       align-items: center;
       image {
-        width: 88rpx;
-        height: 88rpx;
+        width: 80rpx;
+        height: 80rpx;
         border-radius: 50%;
         flex-shrink: 0;
       }
@@ -53,7 +53,7 @@
         margin-left: 20rpx;
         flex: 1;
         .name {
-
+          font-size: 28rpx;
         }
         .time {
           color: $sec-font;
@@ -67,6 +67,7 @@
       }
     }
     .title {
+      font-weight: 500;
       margin-top: 20rpx;
     }
     .des {
@@ -139,8 +140,8 @@
       display: flex;
       align-items: center;
       image {
-        width: 88rpx;
-        height: 88rpx;
+        width: 80rpx;
+        height: 80rpx;
         border-radius: 50%;
         flex-shrink: 0;
       }
@@ -151,7 +152,7 @@
         flex-direction: column;
         justify-content: center;
         .name {
-
+          font-size: 28rpx;
         }
         .time {
           color: $sec-font;
@@ -175,10 +176,12 @@
         flex: 1;
         margin-left: 20rpx;
         .name {
+          font-weight: 500;
           font-size: 32rpx;
           text {
             font-size: 28rpx;
             color: $sec-font;
+            font-weight: normal;
             margin-left: 12rpx;
           }
         }