spring
昨天 6afb492942b17ebdb80f8e57af1b0df7ba5ee821
src/pages/mine.vue
@@ -73,6 +73,12 @@
        <view class="card-illu faq"></view>
      </view>
    </view> -->
    <view class="version-wrap">
      <text class="version-text">版本号:{{ version }}</text>
    </view>
    <DownloadProgressMask />
  </view>
</template>
@@ -81,6 +87,7 @@
import config from '@/config.js'
import { getUserProfile } from "@/api/system/user";
import useUserStore from '@/store/modules/user'
import DownloadProgressMask from "@/components/DownloadProgressMask.vue";
const userStore = useUserStore()
const name = userStore.name;
const roleName = userStore.roleName;
@@ -169,6 +176,19 @@
   /* #endif */
}
/* 版本号 */
.version-wrap {
  width: 100%;
  text-align: center;
  margin-top: 18px;
  padding-bottom: 14px;
}
.version-text {
  font-size: 12px;
  color: #999;
}
/* 顶部个人信息卡 */
.profile-card {
  display: flex;