Browse Source

perf: 压缩代码,提交体验版

develop
song 4 years ago
parent
commit
c5f50ff906
  1. 1
      CHANGELOG.md
  2. 1
      src/App.vue
  3. 257
      src/common/styles/iconfont.scss
  4. 13
      src/components/EndLine/EndLine.vue
  5. 0
      src/pagesUser/phone-bind/components/ImageCode/ImageCode.vue
  6. 2
      src/pagesUser/phone-bind/phone-bind.vue
  7. 2
      src/pagesYanyuan/add-info/add-info.vue
  8. 6
      src/pagesYanyuan/ascription/ascription.vue
  9. 0
      src/pagesYanyuan/family-info/components/ApplyFamily/ApplyFamily.vue
  10. 2
      src/pagesYanyuan/family-info/family-info.vue

1
CHANGELOG.md

@ -242,6 +242,7 @@
- | 1.时间轴筛选相同的时间替换数据 2.整理代码 | [e082ccb](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/e082ccb)
- | 修改代码格式 | [14123d7](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/14123d7)
- | 修改定期任务骨架屏高度 | [909a734](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/909a734)
- | 修改时间轴自动滚动到当天任务的时间 | [20bbf6a](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/20bbf6a)
- | 小红点api缓存修改 | [e992343](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/e992343)
- | 提交本地代码 | [e0cf2ed](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/e0cf2ed)
- | 提升性能的代码更改 | [3548af7](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/3548af7)

1
src/App.vue

@ -86,7 +86,6 @@ export default {
</script>
<style lang="scss">
// @import './common/styles/iconfont.scss';
@import 'uview-ui/index.scss';
.min-0 {

257
src/common/styles/iconfont.scss

File diff suppressed because one or more lines are too long

13
src/components/EndLine/EndLine.vue

@ -1,13 +0,0 @@
<template>
<view class="w-full bg-gray text-gray-200 text-center pt-4 pb-12">----------我也是有底线的----------</view>
</template>
<script>
export default {};
</script>
<style lang="scss" scoped>
.bg-gray {
background-color: $uni-bg-color-grey;
}
</style>

0
src/components/ImageCode/ImageCode.vue → src/pagesUser/phone-bind/components/ImageCode/ImageCode.vue

2
src/pagesUser/phone-bind/phone-bind.vue

@ -48,8 +48,10 @@
<script>
import { mapMutations } from 'vuex';
import { ImageCode } from './components/ImageCode/ImageCode';
export default {
components: { ImageCode },
data() {
return {
model: {

2
src/pagesYanyuan/add-info/add-info.vue

@ -5,7 +5,7 @@
<view class="p-4 bg">
<u-button type="primary" class="w-full" @click="submit">完成</u-button>
</view>
<EndLine />
<view class="w-full bg text-gray-200 text-center pt-4 pb-12">----------我也是有底线的----------</view>
</view>
</template>

6
src/pagesYanyuan/ascription/ascription.vue

@ -42,7 +42,7 @@
</view>
</view>
</view>
<EndLine />
<view class="w-full bg-gray text-gray-200 text-center pt-4 pb-12">----------我也是有底线的----------</view>
</view>
</template>
@ -195,4 +195,8 @@ page {
text-align: center;
font-size: 14px;
}
.bg-gray {
background-color: $uni-bg-color-grey;
}
</style>

0
src/components/ApplyFamily/ApplyFamily.vue → src/pagesYanyuan/family-info/components/ApplyFamily/ApplyFamily.vue

2
src/pagesYanyuan/family-info/family-info.vue

@ -10,9 +10,11 @@
import { mapState, mapMutations } from 'vuex';
import { beFamily } from '@/config/yyInfo';
import toolMixin from '@/mixins/tool';
import { ApplyFamily } from './components/ApplyFamily/ApplyFamily';
export default {
mixins: [toolMixin],
components: { ApplyFamily },
data() {
return { beFamily, params: {} };
},

Loading…
Cancel
Save