cmy пре 2 година
родитељ
комит
9187041beb
3 измењених фајлова са 12 додато и 8 уклоњено
  1. 3 0
      pages/user/model/modelrz.vue
  2. 7 6
      pages/user/shareQrCode.vue
  3. 2 2
      pages/userhome/user.vue

+ 3 - 0
pages/user/model/modelrz.vue

@@ -393,6 +393,9 @@
 			// 跳转查看预览页面
 			look() {
 				const that = this;
+				if(!that.rendl()){
+					return
+				}
 				const birthday = IdCard('' + that.updata.cardId, 1);
 				// 复制选中的服务数组
 				let arr = [...that.updata.checkedType]

+ 7 - 6
pages/user/shareQrCode.vue

@@ -370,7 +370,7 @@
 
 	.container {
 		width: 100%;
-
+		padding-bottom: 100rpx;
 		.posters-box {
 			width: 100%;
 			height: 1000rpx;
@@ -397,12 +397,13 @@
 			font-size: 30rpx;
 			background: $base-color;
 			color: #fff;
-			width: 600rpx;
-			height: 80rpx;
-			border-radius: 50rpx;
+			width: 750rpx;
+			position: fixed;
+			height: 100rpx;
 			text-align: center;
-			line-height: 80rpx;
-			margin: 38rpx auto;
+			line-height: 100rpx;
+			bottom: 0;
+			left: 0;
 		}
 	}
 

+ 2 - 2
pages/userhome/user.vue

@@ -92,7 +92,7 @@
 						<view class="flex listItem" @click="navTo('/pages/user/myteam')">
 							<view class="flex titleBox">
 								<image class="listIconImg" src="../../static/icon/myshare.png" mode="widthFix"></image>
-								<text class="title">我的邀请</text>
+								<text class="title">影响指数</text>
 							</view>
 							<view class="right flex">
 								<text></text>
@@ -180,7 +180,7 @@
 						<view class="flex listItem" @click="navTo('/pages/set/set')">
 							<view class="flex titleBox">
 								<image class="listIconImg" src="../../static/icon/myset.png" mode="widthFix"></image>
-								<text class="title">设置</text>
+								<text class="title">系统设置</text>
 							</view>
 							<view class="right flex">
 								<text></text>