From 0ff81339d724cc0cfd4202b2d7e637b902ce509d Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 20 Jun 2022 15:40:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E5=91=98=E7=A7=AF=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/sanjianxi/AppAuth/AppAuth.vue | 168 ++++++++++ src/project/sanjianxi/AppAuth/agreement.vue | 286 ++++++++++++++++++ src/project/sanjianxi/AppAuth/authApply.vue | 247 +++++++++++++++ src/project/sanjianxi/AppAuth/authInfo.vue | 155 ++++++++++ src/project/sanjianxi/AppAuth/authSuccess.vue | 198 ++++++++++++ .../sanjianxi/AppPartyPoint/AppPartyPoint.vue | 163 ++++++++++ .../sanjianxi/AppPartyPoint/img/del-icon.png | Bin 0 -> 515 bytes .../sanjianxi/AppPartyPoint/img/heade-bg.png | Bin 0 -> 73996 bytes .../AppPartyPoint/img/location-icon.png | Bin 0 -> 833 bytes .../sanjianxi/AppPartyPoint/img/user-img.png | Bin 0 -> 1467 bytes .../AppPartyPoint/pointDetailList.vue | 128 ++++++++ .../AppPartyPoint/pointRankingList.vue | 165 ++++++++++ .../sanjianxi/AppPartyPoint/search.vue | 112 +++++++ 13 files changed, 1622 insertions(+) create mode 100644 src/project/sanjianxi/AppAuth/AppAuth.vue create mode 100644 src/project/sanjianxi/AppAuth/agreement.vue create mode 100644 src/project/sanjianxi/AppAuth/authApply.vue create mode 100644 src/project/sanjianxi/AppAuth/authInfo.vue create mode 100644 src/project/sanjianxi/AppAuth/authSuccess.vue create mode 100644 src/project/sanjianxi/AppPartyPoint/AppPartyPoint.vue create mode 100644 src/project/sanjianxi/AppPartyPoint/img/del-icon.png create mode 100644 src/project/sanjianxi/AppPartyPoint/img/heade-bg.png create mode 100644 src/project/sanjianxi/AppPartyPoint/img/location-icon.png create mode 100644 src/project/sanjianxi/AppPartyPoint/img/user-img.png create mode 100644 src/project/sanjianxi/AppPartyPoint/pointDetailList.vue create mode 100644 src/project/sanjianxi/AppPartyPoint/pointRankingList.vue create mode 100644 src/project/sanjianxi/AppPartyPoint/search.vue diff --git a/src/project/sanjianxi/AppAuth/AppAuth.vue b/src/project/sanjianxi/AppAuth/AppAuth.vue new file mode 100644 index 0000000..b0a5428 --- /dev/null +++ b/src/project/sanjianxi/AppAuth/AppAuth.vue @@ -0,0 +1,168 @@ + + + diff --git a/src/project/sanjianxi/AppAuth/agreement.vue b/src/project/sanjianxi/AppAuth/agreement.vue new file mode 100644 index 0000000..982e1f2 --- /dev/null +++ b/src/project/sanjianxi/AppAuth/agreement.vue @@ -0,0 +1,286 @@ + + + + + \ No newline at end of file diff --git a/src/project/sanjianxi/AppAuth/authApply.vue b/src/project/sanjianxi/AppAuth/authApply.vue new file mode 100644 index 0000000..e8a3bcf --- /dev/null +++ b/src/project/sanjianxi/AppAuth/authApply.vue @@ -0,0 +1,247 @@ +