zhaoxiaohai hace 3 años
padre
commit
8713678881
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      pages/teams/index.js

+ 0 - 1
pages/teams/index.js

@@ -104,7 +104,6 @@ Page({
         let {
             item
         } = e.currentTarget.dataset;
-        console.log(this.data.rolemag)
         wx.navigateTo({
             url: `./addRole?item=${JSON.stringify(item)}&update=${this.data.rolemag.includes("update")}&userDelete=${this.data.rolemag.includes("delete")}`
         })