Commit 08a3626c authored by 罗超's avatar 罗超

1

parent 5436828e
......@@ -100,7 +100,7 @@
name="comment"
color="#F27488"
size="32"
@click="edituser"
@click="edituser(item.)"
></u-icon
><u-icon
name="delete"
......@@ -217,9 +217,9 @@ export default {
}
);
},
edituser() {
edituser(id) {
uni.navigateTo({
url: "/pages/kotra/activeSignUp",
url: "/pages/kotra/activeSignUp?ActivityId=" + id,
});
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment