Explorar el Código

提交修改增加角色按钮

dev
douzhuo hace 2 años
padre
commit
b70415a19c
Se han modificado 2 ficheros con 2650 adiciones y 2488 borrados
  1. +3
    -10
      pages/mine/details.vue
  2. +2647
    -2478
      pages/mine/details2.vue

+ 3
- 10
pages/mine/details.vue Ver fichero

@@ -303,19 +303,12 @@
this.TimeUpdate() this.TimeUpdate()
this.init(info) 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: { methods: {
effectiveAdd(){ effectiveAdd(){


+ 2647
- 2478
pages/mine/details2.vue
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


Cargando…
Cancelar
Guardar