Browse Source

提交修改增加角色按钮

dev
douzhuo 2 years ago
parent
commit
b70415a19c
2 changed files with 2650 additions and 2488 deletions
  1. +3
    -10
      pages/mine/details.vue
  2. +2647
    -2478
      pages/mine/details2.vue

+ 3
- 10
pages/mine/details.vue View File

@@ -303,19 +303,12 @@
this.TimeUpdate()
this.init(info)
},
// 在组件实例被从页面节点树移除时执行
async destroyed() {
//暂停
// this.innerAudioContext.pause()
// 销毁
await this.innerAudioContext.destroy();
},
// 销毁实例
async onHide() {
onHide() {
//暂停
// this.innerAudioContext.pause()
this.innerAudioContext.pause()
// 销毁
await this.innerAudioContext.destroy();
this.innerAudioContext.destroy();
},
methods: {
effectiveAdd(){


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


Loading…
Cancel
Save