diff --git a/App.vue b/App.vue index e9f2876..01129aa 100644 --- a/App.vue +++ b/App.vue @@ -8,7 +8,6 @@ platform: plus.os.name, version : plus.runtime.version }).then(res => { - console.log(res) if (res.update) { uni.showModal({ title : "更新提示", diff --git a/manifest.json b/manifest.json index c06637e..aae6275 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "抖火", "appid" : "__UNI__C305C03", "description" : "", - "versionName" : "1.1.3", + "versionName" : "1.1.4", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages.json b/pages.json index ed1262f..6f90868 100644 --- a/pages.json +++ b/pages.json @@ -22,6 +22,7 @@ }, { "path": "pages/index/free", "name": "FreeService", + "auth": true, "style": { "navigationStyle": "custom", "navigationBarTitleText": "自由服务包介绍", @@ -477,25 +478,36 @@ "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } - },{ - "path": "pages/work/confirmScheme", - "auth": true, + }, { + "path": "pages/work/confirmScheme", + "auth": true, "name": "ConfirmScheme", "style": { "navigationBarTitleText": "结案方案", - "enablePullDownRefresh": false, + "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { - "path": "pages/work/confirmSchemeInfo", - "auth": true, + "path": "pages/work/confirmSchemeInfo", + "auth": true, "name": "ConfirmSchemeInfo", "style": { "navigationBarTitleText": "方案详情", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#446EFE" + } + }, { + "path": "pages/user/salesmanCode", + "auth": true, + "name": "SalesmanCode", + "style": { + "navigationBarTitleText": "业务员邀请码", "enablePullDownRefresh": false, "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#446EFE" } + }], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/index/index.vue b/pages/index/index.vue index 116e4ad..347ac76 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -207,7 +207,6 @@ }, // 点击轮播图跳转自由服务包 clickFree(){ - console.log('clickFree.....') uni.navigateTo({ url:'/pages/index/free' }) diff --git a/pages/user/code.vue b/pages/user/code.vue index f54deed..a324ffd 100644 --- a/pages/user/code.vue +++ b/pages/user/code.vue @@ -12,7 +12,7 @@ @@ -157,7 +157,7 @@ }, views: [ { - text: "https://app.douhuofalv.com/app?invite_code=" + this.invite, + text: "https://web.douhuofalv.com/login/register?invite_code=" + this.invite, type: "qrcode", css: { width: "280rpx", diff --git a/pages/user/index.vue b/pages/user/index.vue index 6f61f53..bc44b00 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -116,7 +116,20 @@ // 分享码 onUserCode(){ if(this.identity.order > 1){ - this.$Router.push({ name: 'UserCode' }) + uni.showActionSheet({ + itemList: ['客户邀请码', '业务员邀请码'], + success: res => { + switch (res.tapIndex){ + case 0: + this.$Router.push({ name: 'UserCode' }) + break; + case 1: + this.$Router.push({ name: 'SalesmanCode' }) + break; + } + } + }) + // return } uni.showModal({ diff --git a/pages/user/salesmanCode.vue b/pages/user/salesmanCode.vue new file mode 100644 index 0000000..bb3063c --- /dev/null +++ b/pages/user/salesmanCode.vue @@ -0,0 +1,250 @@ + + + + + diff --git a/pages/work/perfectBasis.vue b/pages/work/perfectBasis.vue index 2fcf608..334da1f 100644 --- a/pages/work/perfectBasis.vue +++ b/pages/work/perfectBasis.vue @@ -51,7 +51,7 @@ diff --git a/static/code/back.png b/static/code/back.png new file mode 100644 index 0000000..90f3e5e Binary files /dev/null and b/static/code/back.png differ diff --git a/static/code/btn.png b/static/code/btn.png new file mode 100644 index 0000000..4df7102 Binary files /dev/null and b/static/code/btn.png differ diff --git a/static/code/code.png b/static/code/code.png new file mode 100644 index 0000000..906048c Binary files /dev/null and b/static/code/code.png differ diff --git a/static/code/header.png b/static/code/header.png new file mode 100644 index 0000000..e7ef5c7 Binary files /dev/null and b/static/code/header.png differ diff --git a/static/code/logo.png b/static/code/logo.png new file mode 100644 index 0000000..3a8828b Binary files /dev/null and b/static/code/logo.png differ