zhanghui 1 год назад
Родитель
Сommit
90f76389c4
4 измененных файлов с 13 добавлено и 2 удалено
  1. 1 0
      pages/index/index.rpx.css
  2. 2 1
      pages/index/index.vue
  3. 6 1
      pages/login/index.rpx.css
  4. 4 0
      pages/login/login.vue

+ 1 - 0
pages/index/index.rpx.css

@@ -166,6 +166,7 @@
 	font-weight: 600;
 	color: #333333;
 	margin-left: 20rpx;
+	margin-top: 10rpx;
 	/*padding: 0 20rpx;*/
 	/*line-height: 64rpx;*/
 	/*margin-bottom: 20rpx;*/

+ 2 - 1
pages/index/index.vue

@@ -669,7 +669,8 @@
 				}
 				this.$api.service.equityCard({
 					serviceObjectId: data.serviceObjectId,
-					memberId: data.userId
+					memberId: data.userId,
+					serviceStoreId:data.serviceStoreId
 				}).then(res => {
 					// data.cardList = res.data.data
 					this.$set(data,'cardList',res.data.data)

+ 6 - 1
pages/login/index.rpx.css

@@ -1,4 +1,5 @@
 .page {
+	height: 100vh;
 	padding: 0 56rpx;
 }
 .logTitle{
@@ -44,5 +45,9 @@
 	font-size: 28rpx;
 	margin-top: 32rpx;
 }
-
+.version{
+	font-size: 26rpx;
+	color: #333333;
+	margin-top: 120rpx;
+}
 

+ 4 - 0
pages/login/login.vue

@@ -46,6 +46,10 @@
 			</u--form>
 
 		</view>
+
+		<view class="flex-row justify-center version">
+			<text>版本:1.0.0</text>
+		</view>
 	</view>
 </template>