diff --git a/project.config.json b/project.config.json index c975dce..5634447 100644 --- a/project.config.json +++ b/project.config.json @@ -1,73 +1,75 @@ -{ - "description": "项目配置文件", - "miniprogramRoot": "src/", - "compileType": "miniprogram", - "setting": { - "useCompilerPlugins": ["typescript", "sass"], - "babelSetting": { - "ignore": [], - "disablePlugins": [], - "outputPath": "" - }, - "coverView": false, - "postcss": false, - "minified": false, - "enhance": true, - "showShadowRootInWxmlPanel": false, - "packNpmManually": true, - "packNpmRelationList": [ - { - "packageJsonPath": "package.json", - "miniprogramNpmDistDir": "./src" - } - ], - "ignoreUploadUnusedFiles": true, - "compileHotReLoad": false, - "skylineRenderEnable": true, - "es6": true, - "compileWorklet": false, - "uglifyFileName": false, - "uploadWithSourceMap": true, - "minifyWXSS": true, - "minifyWXML": true, - "localPlugins": false, - "disableUseStrict": false, - "condition": false, - "swc": false, - "disableSWC": true - }, - "simulatorType": "wechat", - "simulatorPluginLibVersion": {}, - "condition": {}, - "srcMiniprogramRoot": "src/", - "editorSetting": { - "tabIndent": "insertSpaces", - "tabSize": 2 - }, - "libVersion": "3.7.7", - "ignore": [], - "packOptions": { - "ignore": [ - { - "value": "/images/*.*", - "type": "glob" - }, - { - "value": "/images/**/*.*", - "type": "glob" - }, - { - "value": "/images/**/**/*.*", - "type": "glob" - } - ], - "include": [ - { - "value": "/images/tabbar/*.*", - "type": "glob" - } - ] - }, - "appid": "wxf9ce8010f1ad24aa" -} - +{ + "description": "项目配置文件", + "miniprogramRoot": "src/", + "compileType": "miniprogram", + "setting": { + "useCompilerPlugins": [ + "typescript", + "sass" + ], + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "coverView": false, + "postcss": false, + "minified": false, + "enhance": true, + "showShadowRootInWxmlPanel": false, + "packNpmManually": true, + "packNpmRelationList": [ + { + "packageJsonPath": "package.json", + "miniprogramNpmDistDir": "./src" + } + ], + "ignoreUploadUnusedFiles": true, + "compileHotReLoad": false, + "skylineRenderEnable": true, + "es6": true, + "compileWorklet": false, + "uglifyFileName": false, + "uploadWithSourceMap": true, + "minifyWXSS": true, + "minifyWXML": true, + "localPlugins": false, + "disableUseStrict": false, + "condition": false, + "swc": false, + "disableSWC": true + }, + "simulatorType": "wechat", + "simulatorPluginLibVersion": {}, + "condition": {}, + "srcMiniprogramRoot": "src/", + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + }, + "libVersion": "3.7.7", + "ignore": [], + "packOptions": { + "ignore": [ + { + "value": "/images/*.*", + "type": "glob" + }, + { + "value": "/images/**/*.*", + "type": "glob" + }, + { + "value": "/images/**/**/*.*", + "type": "glob" + } + ], + "include": [ + { + "value": "/images/tabbar/*.*", + "type": "glob" + } + ] + }, + "appid": "wx71ac9c27c3c3e3f4" +} \ No newline at end of file diff --git a/src/app.ts b/src/app.ts index 26de277..eb91baa 100644 --- a/src/app.ts +++ b/src/app.ts @@ -16,15 +16,15 @@ App({ // 测试号 wx2b0bb13edf717c1d // dev // appid:wxf9ce8010f1ad24aa - url: 'https://m.xd.hbraas.com', - upFileUrl: 'https://m.xd.hbraas.com/', - imageUrl: 'https://m.xd.hbraas.com/xd/', + // url: 'https://m.xd.hbraas.com', + // upFileUrl: 'https://m.xd.hbraas.com/', + // imageUrl: 'https://m.xd.hbraas.com/xd/', // pro - // appid:wxa4a28b299df7d921 - // url: 'https://m.xd.hbsaas.com', - // upFileUrl: 'https://m.xd.hbsaas.com/', - // imageUrl: 'https://m.xd.hbsaas.com/api/shizhong/', + // appid:wx71ac9c27c3c3e3f4 + url: 'https://m.xd.hbsaas.com', + upFileUrl: 'https://m.xd.hbsaas.com/', + imageUrl: 'https://m.xd.hbsaas.com/api/xd/', loginState: '', isLogin: 0, @@ -103,7 +103,7 @@ App({ wx.reLaunch({ url: '/pages/login/index', }); - return false + return false; } return true; diff --git a/src/components/popup/index.wxml b/src/components/popup/index.wxml index 685b8db..43e1272 100644 --- a/src/components/popup/index.wxml +++ b/src/components/popup/index.wxml @@ -23,7 +23,7 @@ {{params.Name}}医生 {{params.HospitalName}} - {{params.HospitalClassificationName}}{{params.HospitalLevel}} + {{params.HospitalClassificationName}}{{params.HospitalLevel}} diff --git a/src/pages/login/index.scss b/src/pages/login/index.scss index c3a41ff..b60fd38 100644 --- a/src/pages/login/index.scss +++ b/src/pages/login/index.scss @@ -129,4 +129,10 @@ page { color: rgba(140, 117, 208, 1); } } + .tip { + margin-top: 60rpx; + font-size: 28rpx; + text-align: center; + color: rgba(173, 172, 178, 1); + } } diff --git a/src/pages/login/index.wxml b/src/pages/login/index.wxml index a72270b..01f51c1 100644 --- a/src/pages/login/index.wxml +++ b/src/pages/login/index.wxml @@ -65,6 +65,7 @@ + *仅限特定人群登录并进行登录账号鉴权