update sql and version Info

This commit is contained in:
stivepeim
2020-12-23 17:21:20 +08:00
parent 52c943e0e5
commit 1f7bc66266
2 changed files with 189 additions and 31 deletions

View File

@@ -115,7 +115,9 @@
</button>
<!-- #endif -->
</view>
<view style="height: 50rpx;"></view>
<!-- <view style="height: 50rpx;"></view> -->
<img src="/static/images/support.png" alt="" class='support'>
<!-- #ifdef MP -->
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize>
<!-- #endif -->
@@ -338,7 +340,14 @@
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.support {
width: 219rpx;
height: 74rpx;
margin: 54rpx auto;
display: block;
}
.new-users {
.head {
padding-top: 30rpx;

View File

File diff suppressed because one or more lines are too long