版本号

This commit is contained in:
2023-02-14 18:35:35 +08:00
parent 266da57366
commit 85917fb0d3

View File

@@ -19,6 +19,7 @@
</view>
<button class="login-btn" :disabled="disabled" @tap="toLogin">确认登录</button>
<!-- <button class="login-btn" @tap="test">打印</button> -->
<view v-if="version !== ''" class="version-name">v{{version}}</view>
<Up-grade v-if="grade === true" @closeUpdate="closeUpdate" :androidUrl="androidUrl"></up-grade>
</view>
</template>
@@ -179,5 +180,11 @@
_font(36rpx,92rpx,#fff,,center)
background-color $red
.zd_content
position: relative
height: 100%
.version-name
width 100%
position: absolute
bottom: 30rpx
_font(30rpx, 60rpx, #999,,center)
</style>