guhongwei 2 gadi atpakaļ
vecāks
revīzija
7ad99091ef
1 mainītis faili ar 12 papildinājumiem un 0 dzēšanām
  1. 12 0
      pagesMy/account/upBasic.vue

+ 12 - 0
pagesMy/account/upBasic.vue

@@ -34,6 +34,9 @@
 				</view>
 				</view>
 			</view>
 			</view>
 		</view>
 		</view>
+		<view class="two">
+			{{pro_env}}
+		</view>
 
 
 	</mobile-frame>
 	</mobile-frame>
 </template>
 </template>
@@ -64,6 +67,7 @@
 					},
 					},
 				},
 				},
 				genderList: [],
 				genderList: [],
+						pro_env: this.$config.pro_env
 
 
 			};
 			};
 		},
 		},
@@ -258,4 +262,12 @@
 		display: flex;
 		display: flex;
 		flex-direction: row;
 		flex-direction: row;
 	}
 	}
+	.two {
+		position: absolute;
+		bottom: 0;
+		text-align: center;
+		width: 100vw;
+		font-size: 12px;
+		color: #f1f1ff;
+	}
 </style>
 </style>