Przeglądaj źródła

优惠券样式修改

zhanghui 2 lat temu
rodzic
commit
572f2abbc5

+ 5 - 1
myPages/serviceObjectFaceAuth/index.vue

@@ -123,7 +123,11 @@
               url: '/myPages/serviceObjectInfo/index?data=' + JSON.stringify(serviceObject),
             })
           }
-        })
+        }).catch((err) =>{
+          uni.$u.toast('识别失败,请重新上传照片')
+        });
+
+
 
       },
       //头像上传

+ 1 - 6
myPages/serviceObjectInfo/index.vue

@@ -140,12 +140,7 @@
                     })
                     return;
                 }
-                if(!this.userInfo.remark){
-                    uni.showToast({
-                        title: "请填写备注"
-                    })
-                    return;
-                }
+
                 this.userInfo.auth = true;
 
                 if(this.userInfo.opType == '1'){ // 绑定

+ 1 - 1
orderPages/myCoupon/module/index.rpx.css

@@ -53,7 +53,7 @@
     margin-left: 24rpx;
 }
 .title{
-    font-size: 20rpx;
+    font-size: 24rpx;
     font-family: PingFangSC-Regular, PingFang SC;
     font-weight: 400;
     color: #999999;

+ 2 - 2
orderPages/myCoupon/module/mescrollUni-item.vue

@@ -23,7 +23,7 @@
 						</view>
 					</view>
 
-					<view class="h-center-content flex-col ">
+					<view class="h-center-content flex-col justify-around">
 						<view class="h-value">
 							<text>{{item.name}}</text>
 						</view>
@@ -35,7 +35,7 @@
 							使用次数:{{item.degree}}
 						</view>
 						<view class="title">
-							到期时间:{{item.endTime}}
+							到期时间:{{item.endTime.substring(0,10)}}
 						</view>
 					</view>
 

+ 1 - 1
orderPages/receiveCoupons/index.rpx.scss

@@ -77,7 +77,7 @@
   margin-left: 24rpx;
 }
 .title{
-  font-size: 20rpx;
+  font-size: 24rpx;
   font-family: PingFangSC-Regular, PingFang SC;
   font-weight: 400;
   color: #999999;

+ 1 - 1
orderPages/receiveCoupons/index.vue

@@ -19,7 +19,7 @@
 				</view>
 			</view>
 
-			<view class="h-center-content flex-col ">
+			<view class="h-center-content flex-col justify-around">
 				<view class="h-value">
 					<text>{{item.name}}</text>
 				</view>

+ 1 - 1
orderPages/useCoupons/index.rpx.scss

@@ -76,7 +76,7 @@
   margin-left: 24rpx;
 }
 .title{
-  font-size: 20rpx;
+  font-size: 24rpx;
   font-family: PingFangSC-Regular, PingFang SC;
   font-weight: 400;
   color: #999999;

+ 7 - 7
orderPages/useCoupons/index.vue

@@ -28,18 +28,18 @@
                             <text>¥{{item.discountsPrice}}</text>
                         </view>
                         <view class="desc">
-                            <text>{{item.name}}</text>
+                            <text>满{{item.reachPrice}}可用</text>
                         </view>
                     </view>
 
-                    <view class="h-center-content flex-col ">
+                    <view class="h-center-content flex-col justify-around">
                         <view class="h-value">
-                            <text>门店通用</text>
-                        </view>
-                        <view class="title">
-                            使用平台:<text v-if="item.strategyType == '0'">全平台</text>
-                            <text v-else-if="item.strategyType == '1'">个人优惠卷</text>
+                            <text>{{item.name}}</text>
                         </view>
+<!--                        <view class="title">-->
+<!--                            使用平台:<text v-if="item.strategyType == '0'">全平台</text>-->
+<!--                            <text v-else-if="item.strategyType == '1'">个人优惠卷</text>-->
+<!--                        </view>-->
                         <view class="title">
                             使用次数:{{item.degree}}
                         </view>