feature/v-xuexi
wangdong 7 months ago
parent 05ffa1fe38
commit 8277b92d40
  1. 6
      manifest.json
  2. 22
      pages/mine/index.vue

@ -1,9 +1,9 @@
{
"name" : "梦航学习宝",
"appid" : "__UNI__640EC10",
"description" : "1.1",
"versionName" : "1.0.10",
"versionCode" : 110,
"description" : "1.1.1",
"versionName" : "1.0.11",
"versionCode" : 111,
"transformPx" : false,
/* 5+App */
"app-plus" : {

@ -103,6 +103,11 @@
<view class="menu-more"></view>
</view>
</view>
<view class="copyright">
<view>copyright@2020-2024</view>
<view>menghangtech.com版权所有</view>
<view>备案号苏ICP备2024059807号-7A</view>
</view>
</view>
<!-- <view v-if="copyright && hasCopyright" class="copyright">{{ copyrigh.nncnL_crmeb_copyright }}</view>
<image mode="widthFix" v-if="!copyright && hasCopyright" class="support"
@ -848,8 +853,19 @@
border-radius: 24rpx;
padding-top: 20rpx;
margin: auto;
span{
color:#7A808A;
}
span{
color:#7A808A;
}
}
.copyright {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 200rpx;
>view {
font-size: 26rpx;
line-height: 40rpx;
color: #999;
}
}
</style>
Loading…
Cancel
Save