Procházet zdrojové kódy

提交修改增加角色按钮

dev
douzhuo před 2 roky
rodič
revize
b70415a19c
2 změnil soubory, kde provedl 2650 přidání a 2488 odebrání
  1. +3
    -10
      pages/mine/details.vue
  2. +2647
    -2478
      pages/mine/details2.vue

+ 3
- 10
pages/mine/details.vue Zobrazit soubor

@@ -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
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


Načítá se…
Zrušit
Uložit