瀏覽代碼

no message

BF-202210271038\Administrator 2 年之前
父節點
當前提交
7128d39889

+ 1 - 0
components/dgex-tantan/dgex-tantan.vue

@@ -416,6 +416,7 @@
     //background-size: cover;//随容器大小
     //overflow-y: scroll;
     //overflow: hidden;
+    overflow: hidden;
     .tantan-slide-img-scroll-box{
       width: 100%;
       height: 100%;

+ 2 - 3
components/en-utils/en-nav/en-nav.vue

@@ -2,7 +2,7 @@
   <view class="">
     <view class="header"  :style="[{'height': customBarH + 'px', 'padding-top': statusBarH + 'px'}]">
       <view class="flexbox"  :class="{'flexbox-xcx':(isXcx && rightShow)}"
-        :style="[{'height': customBarH + 'px', 'padding-top': statusBarH + 'px','background':bgckgroundBox}]">
+        :style="[{'height': customBarH + 'px', 'background':bgckgroundBox}]">
         <view class="left-button" @tap="goBack">
           <image class="back-img"  src="/static/img/common/back.png" mode="aspectFill"></image>
         </view>
@@ -108,7 +108,7 @@
           this.left=0
           //#endif
           // #ifdef APP-PLUS
-          this.customBarH = 34
+          // this.customBarH = 34
           this.left=0
           //#endif
           console.log('self.customBarH---------'+this.customBarH)
@@ -181,7 +181,6 @@
   }
 
 
-
   .box-title {
     width: 100vw;
   }

+ 1 - 1
manifest.json

@@ -2,7 +2,7 @@
     "name" : "LCOCO",
     "appid" : "__UNI__9075D31",
     "description" : "",
-    "versionName" : "1.0.14",
+    "versionName" : "1.0.15",
     "versionCode" : 101,
     "transformPx" : false,
     /* 5+App特有相关 */

+ 1 - 1
pages.json

@@ -183,7 +183,7 @@
     "list": [
       {
         "name": "列表调试",
-        "path": "pages/index/index",
+        "path": "pages/login/index",
         "query": ""
       }
     ]

+ 1 - 1
pages/login/forgetPass.vue

@@ -82,7 +82,7 @@ export default {
         tools.vibrate()
         return false
       }
-      uni.navigateTo({
+      uni.switchTab({
         'url':'/pages/index/index'
       })
     },

+ 3 - 0
pages/login/model/loginContent.nvue

@@ -98,6 +98,8 @@ export default {
   word-wrap: break-word;
 }
 .login-content .data .data-but{
+  width: 590rpx;
+  box-sizing: border-box;
   margin:64rpx 78rpx 0 78rpx ;
   border-radius: 200rpx;
   /*background:#FFFFFF ;*/
@@ -113,6 +115,7 @@ export default {
 
 }
 .data-but .but-img{
+  width: 590rpx;
   height: 88rpx;
   border-radius: 200rpx;
   /*width: calc(100vw - 156rpx);*/

+ 1 - 1
pages/login/otherPhoneLogin.vue

@@ -71,7 +71,7 @@ export default {
         tools.vibrate()
         return false
       }
-      uni.navigateTo({
+      uni.switchTab({
         'url':'/pages/index/index'
       })
     },

+ 1 - 1
pages/login/passLogin.vue

@@ -57,7 +57,7 @@ export default {
         tools.vibrate()
         return false
       }
-      uni.navigateTo({
+      uni.switchTab({
         'url':'/pages/index/index'
       })
     },

+ 1 - 1
pages/perfect/cards.vue

@@ -108,7 +108,7 @@ export default {
     },
     setNextStep(){
       if(this.isOK){
-        uni.navigateTo({
+        uni.switchTab({
           'url':'/pages/index/index'
         })
       }else {