diff --git a/.gitignore b/.gitignore index 631c3c7..18f226f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules/ .project unpackage/ .DS_Store -.idea \ No newline at end of file +.idea +uni_modules \ No newline at end of file diff --git a/components/qrcode-modal/qrcode-modal.vue b/components/qrcode-modal/qrcode-modal.vue new file mode 100644 index 0000000..fc060f7 --- /dev/null +++ b/components/qrcode-modal/qrcode-modal.vue @@ -0,0 +1,292 @@ + + + + + \ No newline at end of file diff --git a/enum/commonEnum.js b/enum/commonEnum.js index 40ed64f..08be3e6 100644 --- a/enum/commonEnum.js +++ b/enum/commonEnum.js @@ -25,5 +25,6 @@ export const commonEnum = { //业务代理 AGENT: 'https://api.ccttiot.com/image-1755327024599.png', BACK: 'https://api.ccttiot.com/image-1755328282735.png', //返回 + INVITE: 'https://api.ccttiot.com/image-1755330435656.png', //邀请有礼 } export default commonEnum diff --git a/pages.json b/pages.json index 702109a..41bf075 100644 --- a/pages.json +++ b/pages.json @@ -52,11 +52,16 @@ } }, { - "path" : "pages/agents/agents", - "style" : - { - "navigationStyle": "custom" - } + "path": "pages/agents/agents", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/agents/requestAgent", + "style": { + "navigationStyle": "custom" + } } ], "tabBar": { diff --git a/pages/agents/requestAgent.vue b/pages/agents/requestAgent.vue new file mode 100644 index 0000000..ef001db --- /dev/null +++ b/pages/agents/requestAgent.vue @@ -0,0 +1,75 @@ + + + + +