Parcourir la source

提交修改增加角色按钮

dev
douzhuo il y a 2 ans
Parent
révision
b70415a19c
2 fichiers modifiés avec 2650 ajouts et 2488 suppressions
  1. +3
    -10
      pages/mine/details.vue
  2. +2647
    -2478
      pages/mine/details2.vue

+ 3
- 10
pages/mine/details.vue Voir le fichier

@@ -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
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


Chargement…
Annuler
Enregistrer