Pārlūkot izejas kodu

Merge branch 'yuan' of panhui/lasuo_nft_front into dev

yuanyuan 3 gadi atpakaļ
vecāks
revīzija
26814977d2

+ 2 - 2
src/components/product/productLarge.vue

@@ -74,7 +74,7 @@ export default {
         time() {
         time() {
             if (this.info.purchaseTime) {
             if (this.info.purchaseTime) {
                 if (this.dayjs().isSameOrBefore(this.info.purchaseTime, 'YYYY-MM-DD HH:mm:ss')) {
                 if (this.dayjs().isSameOrBefore(this.info.purchaseTime, 'YYYY-MM-DD HH:mm:ss')) {
-                    return this.dayjs(this.info.purchaseTime).format('MM月DD日');
+                    return this.dayjs(this.info.purchaseTime).format('MM月DD日HH:mm');
                 }
                 }
             }
             }
 
 
@@ -153,7 +153,7 @@ export default {
         position: absolute;
         position: absolute;
         top: 16px;
         top: 16px;
         left: 16px;
         left: 16px;
-        z-index: 99;
+        z-index: 12;
         .not_sold_out_img {
         .not_sold_out_img {
             width: 16px;
             width: 16px;
             height: 17px;
             height: 17px;

+ 3 - 0
src/mixins/product.js

@@ -54,6 +54,9 @@ export default {
             saleTime: ''
             saleTime: ''
         };
         };
     },
     },
+    // mounted(){
+    //     this.startTime = this.info.purchaseTime
+    // },
     computed: {
     computed: {
         ...mapState(['usedBuy']),
         ...mapState(['usedBuy']),
         bannerList() {
         bannerList() {

+ 3 - 0
src/views/Home.vue

@@ -236,6 +236,9 @@ export default {
         offeringNotice() {
         offeringNotice() {
             this.active = 1;
             this.active = 1;
             // this.finished = false;
             // this.finished = false;
+            if (!this.isLogin) {
+                return;
+            }
             this.loading = true;
             this.loading = true;
             this.finished = false;
             this.finished = false;
             return this.$http.get('collection/subscribeList').then(res => {
             return this.$http.get('collection/subscribeList').then(res => {

+ 3 - 3
src/views/account/Verified.vue

@@ -18,7 +18,7 @@
                     input-align="right"
                     input-align="right"
                     maxlength="6"
                     maxlength="6"
                     clearable
                     clearable
-                    :rules="[{ required: true, message: '请输入您真实姓名' }]"
+                    :rules="[{ required: true, message: '' }]"
                 >
                 >
                 </van-field>
                 </van-field>
                 <van-field
                 <van-field
@@ -30,10 +30,10 @@
                     clearable
                     clearable
                     :border="false"
                     :border="false"
                     :rules="[
                     :rules="[
-                        { required: true, message: '请输入身份证号' },
+                        { required: true, message: '' },
                         {
                         {
                             pattern: IDPattern,
                             pattern: IDPattern,
-                            message: '身份证号格式错误'
+                            message: ''
                         }
                         }
                     ]"
                     ]"
                 >
                 >

+ 2 - 1
src/views/product/Detail.vue

@@ -2005,6 +2005,7 @@ export default {
         display: flex;
         display: flex;
         justify-content: space-between;
         justify-content: space-between;
         align-items: center;
         align-items: center;
+        align-items: center;
         position: fixed;
         position: fixed;
         bottom: 0;
         bottom: 0;
         padding-bottom: calc(@bottom+ constant(safe-area-inset-bottom));
         padding-bottom: calc(@bottom+ constant(safe-area-inset-bottom));
@@ -2096,7 +2097,7 @@ export default {
                     font-family: PingFangSC-Medium, PingFang SC;
                     font-family: PingFangSC-Medium, PingFang SC;
                     font-weight: 500;
                     font-weight: 500;
                     color: #725837;
                     color: #725837;
-                    margin-bottom: 2px;
+                    // margin-bottom: 2px;
                     margin-top: -3px;
                     margin-top: -3px;
                 }
                 }
                 .buy_now_time {
                 .buy_now_time {