Browse Source

修改页面样式

undefined
douzhuo 3 years ago
parent
commit
fe92fbf650
15 changed files with 1520 additions and 1170 deletions
  1. +493
    -276
      pages/center/records/index.vue
  2. BIN
      pages/center/static/image/ban.png
  3. BIN
      pages/center/static/image/low_power.png
  4. BIN
      pages/center/static/image/note.png
  5. BIN
      pages/center/static/image/people.png
  6. BIN
      pages/center/static/image/percent.png
  7. BIN
      pages/center/static/image/power.png
  8. BIN
      pages/center/static/image/time.png
  9. BIN
      pages/center/static/image/unlink.png
  10. BIN
      pages/center/static/image/voice.png
  11. +4
    -0
      pages/index/index.vue
  12. +5
    -5
      pages/mine/details.vue
  13. +1018
    -889
      pages/mine/details2.vue
  14. BIN
      static/images/prohibited.png
  15. BIN
      static/images/rankingguwen.png

+ 493
- 276
pages/center/records/index.vue
File diff suppressed because it is too large
View File


BIN
pages/center/static/image/ban.png View File

Before After
Width: 60  |  Height: 64  |  Size: 3.0 KiB

BIN
pages/center/static/image/low_power.png View File

Before After
Width: 44  |  Height: 64  |  Size: 794 B

BIN
pages/center/static/image/note.png View File

Before After
Width: 48  |  Height: 64  |  Size: 2.2 KiB

BIN
pages/center/static/image/people.png View File

Before After
Width: 60  |  Height: 60  |  Size: 3.2 KiB

BIN
pages/center/static/image/percent.png View File

Before After
Width: 64  |  Height: 64  |  Size: 1.6 KiB

BIN
pages/center/static/image/power.png View File

Before After
Width: 44  |  Height: 64  |  Size: 829 B

BIN
pages/center/static/image/time.png View File

Before After
Width: 60  |  Height: 60  |  Size: 2.6 KiB

BIN
pages/center/static/image/unlink.png View File

Before After
Width: 64  |  Height: 64  |  Size: 3.3 KiB

BIN
pages/center/static/image/voice.png View File

Before After
Width: 60  |  Height: 60  |  Size: 2.3 KiB

+ 4
- 0
pages/index/index.vue View File

@@ -182,6 +182,10 @@
mode=""></image>
<image v-if="item.name=='值班顾问'" class="commonly-img1" src="../../static/images/function6.png"
mode=""></image>
<image v-if="item.name=='顾问排名'" class="commonly-img1" src="../../static/images/rankingguwen.png"
mode=""></image>
<image v-if="item.name=='违禁记录'" class="commonly-img1" src="../../static/images/prohibited.png"
mode=""></image>
</view>
<view class="commonly-text">{{item.name}}</view>
</view>


+ 5
- 5
pages/mine/details.vue View File

@@ -252,13 +252,13 @@
this.init(info)
},
// 在组件实例被从页面节点树移除时执行
destroyed: function() {
if (this.innerAudioContext) {
this.innerAudioContext.destroy();
}
onHide() {
this.innerAudioContext.stop();
this.innerAudioContext.destroy();
},
// 销毁实例
onUnload: function() {
onUnload() {
this.innerAudioContext.stop();
this.innerAudioContext.destroy();
},
methods: {


+ 1018
- 889
pages/mine/details2.vue
File diff suppressed because it is too large
View File


BIN
static/images/prohibited.png View File

Before After
Width: 136  |  Height: 136  |  Size: 7.9 KiB

BIN
static/images/rankingguwen.png View File

Before After
Width: 136  |  Height: 136  |  Size: 8.2 KiB

Loading…
Cancel
Save