Преглед изворни кода

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

zs пре 2 година
родитељ
комит
701fa69cca
2 измењених фајлова са 3427 додато и 1388 уклоњено
  1. 3427 1373
      config.js
  2. 0 15
      pagesMy/account/upBasic.vue

Разлика између датотеке није приказан због своје велике величине
+ 3427 - 1373
config.js


+ 0 - 15
pagesMy/account/upBasic.vue

@@ -36,10 +36,6 @@
 				</view>
 			</view>
 		</view>
-		<view class="two">
-			{{test_env.wx_projectkey}}--{{test_env.wx_dev}}
-		</view>
-
 	</mobile-frame>
 </template>
 
@@ -69,8 +65,6 @@
 					},
 				},
 				genderList: [],
-				test_env: this.$config.test_env
-
 			};
 		},
 		onLoad: async function(e) {
@@ -264,13 +258,4 @@
 		display: flex;
 		flex-direction: row;
 	}
-
-	.two {
-		position: absolute;
-		bottom: 0;
-		text-align: center;
-		width: 100vw;
-		font-size: 12px;
-		color: #f1f1ff;
-	}
 </style>