@@ -36,10 +36,6 @@
</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>