guhongwei 2 年之前
父節點
當前提交
7ad99091ef
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      pagesMy/account/upBasic.vue

+ 12 - 0
pagesMy/account/upBasic.vue

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