diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index a97fd25..4bbcf3c 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -14,6 +14,10 @@ { "launchtype" : "local" }, + "mp-weixin" : + { + "launchtype" : "local" + }, "type" : "uniCloud" } ] diff --git a/pages/im/components/friendApplyCell.vue b/pages/im/components/friendApplyCell.vue new file mode 100644 index 0000000..94f3263 --- /dev/null +++ b/pages/im/components/friendApplyCell.vue @@ -0,0 +1,112 @@ + + + + + diff --git a/components/friend-apply-reject-agree/index.vue b/pages/im/components/friendApplyList.vue similarity index 86% rename from components/friend-apply-reject-agree/index.vue rename to pages/im/components/friendApplyList.vue index c05d136..10e2762 100644 --- a/components/friend-apply-reject-agree/index.vue +++ b/pages/im/components/friendApplyList.vue @@ -1,15 +1,14 @@