修复:完善数据迁移;修改logo及课程首页接口文件覆盖问题;
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
/>
|
||||
<view class="icon-hua">
|
||||
<image
|
||||
src="../../static/logo.png"
|
||||
src="../../static/book/home_icon.png"
|
||||
mode="aspectFit"
|
||||
class="icon-hua-img"
|
||||
/>
|
||||
|
||||
@@ -686,7 +686,7 @@ $border-color: #eeeeee;
|
||||
width: 60rpx;
|
||||
height: 60rpx;
|
||||
background-size: 100% 100%;
|
||||
background-image: url("@/static/soul/cate_bg.png");
|
||||
background-image: url("@/static/icon/cate_bg.png");
|
||||
border-radius: 4rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -747,7 +747,7 @@ $border-color: #eeeeee;
|
||||
width: 65rpx;
|
||||
height: 78rpx;
|
||||
background-size: 100% 100%;
|
||||
background-image: url("@/static/soul/cate_bg.png");
|
||||
background-image: url("@/static/icon/cate_bg.png");
|
||||
border-radius: 4rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<!-- 应用信息 -->
|
||||
<view class="app-info">
|
||||
<image
|
||||
src="/static/icon/home_icon_logo.jpg"
|
||||
src="/static/logo.png"
|
||||
mode="aspectFit"
|
||||
class="app-logo"
|
||||
/>
|
||||
@@ -52,11 +52,9 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted } from 'vue'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { t } from '@/utils/i18n'
|
||||
import { makePhoneCall } from '@/utils/index'
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
// 导航栏高度
|
||||
const statusBarHeight = ref(0)
|
||||
const navbarHeight = ref('44px')
|
||||
|
||||
@@ -142,13 +142,13 @@
|
||||
url: '/pages/user/feedback/index',
|
||||
type: 'pageJump'
|
||||
},
|
||||
// {
|
||||
// id: 6,
|
||||
// name: t('user.dataMigrate'),
|
||||
// url: '/pages/user/migrate/index',
|
||||
// desc: t('user.migrateSubtitle'),
|
||||
// type: 'pageJump'
|
||||
// }
|
||||
{
|
||||
id: 6,
|
||||
name: t('user.dataMigrate'),
|
||||
url: '/pages/user/migrate/index',
|
||||
desc: t('user.migrateSubtitle'),
|
||||
type: 'pageJump'
|
||||
},
|
||||
// {
|
||||
// id: 7,
|
||||
// name: t('user.certificate'),
|
||||
@@ -191,7 +191,6 @@
|
||||
*/
|
||||
const getHufen = async () => {
|
||||
hufenData.value = await getUserContributionData()
|
||||
hufenData.value = await getUserContributionData()
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -279,6 +278,7 @@
|
||||
if (uni.getStorageSync('token')) {
|
||||
tokenState.value = true
|
||||
getData()
|
||||
getHufen()
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
@@ -96,7 +96,7 @@ const formData = ref({
|
||||
const getMigrateInfo = async () => {
|
||||
const res = await getUserMigrateInfo()
|
||||
migrateInfo.value.alreadyMigration = res.alreadyMigration
|
||||
// migrateInfo.value.notMigration = res.notMigration
|
||||
migrateInfo.value.notMigration = res.notMigration
|
||||
}
|
||||
onMounted(() => {
|
||||
getMigrateInfo()
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
href: 'https://a.app.qq.com/o/simple.jsp?pkgname=com.cn.medicine',
|
||||
title: "吴门医述",
|
||||
summary: "我正在使用吴门医述提升自己,赶紧跟我一起来体验吧!",
|
||||
imageUrl: "static/icon/home_icon_logo.png",
|
||||
imageUrl: "static/logo.png",
|
||||
success: function (res) {
|
||||
console.log("success:" + JSON.stringify(res));
|
||||
},
|
||||
@@ -75,7 +75,7 @@
|
||||
href: 'https://a.app.qq.com/o/simple.jsp?pkgname=com.cn.medicine',
|
||||
title: "吴门医述",
|
||||
summary: "我正在使用吴门医述提升自己,赶紧跟我一起来体验吧!",
|
||||
imageUrl: "static/icon/home_icon_logo.png",
|
||||
imageUrl: "static/logo.png",
|
||||
success: function (res) {
|
||||
console.log("success:" + JSON.stringify(res));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user