diff --git a/pages/agent/index.vue b/pages/agent/index.vue index 95200cf..c5707a3 100644 --- a/pages/agent/index.vue +++ b/pages/agent/index.vue @@ -19,7 +19,6 @@ export default { onLoad(option) { if(option){ this.agentId = option.id - console.log('>>>>>>接受的ID',this.agentId) } wx.hideShareMenu() const app = getApp();