@@ -34,6 +34,9 @@
</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>