no message
Showing
7 changed files
with
34 additions
and
6 deletions
.idea/.gitignore
0 → 100644
.idea/modules.xml
0 → 100644
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <project version="4"> | ||
| 3 | <component name="ProjectModuleManager"> | ||
| 4 | <modules> | ||
| 5 | <module fileurl="file://$PROJECT_DIR$/.idea/ztx_wx_admin.iml" filepath="$PROJECT_DIR$/.idea/ztx_wx_admin.iml" /> | ||
| 6 | </modules> | ||
| 7 | </component> | ||
| 8 | </project> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
.idea/vcs.xml
0 → 100644
.idea/ztx_wx_admin.iml
0 → 100644
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <module type="WEB_MODULE" version="4"> | ||
| 3 | <component name="NewModuleRootManager"> | ||
| 4 | <content url="file://$MODULE_DIR$"> | ||
| 5 | <excludeFolder url="file://$MODULE_DIR$/temp" /> | ||
| 6 | <excludeFolder url="file://$MODULE_DIR$/.tmp" /> | ||
| 7 | <excludeFolder url="file://$MODULE_DIR$/tmp" /> | ||
| 8 | </content> | ||
| 9 | <orderEntry type="inheritedJdk" /> | ||
| 10 | <orderEntry type="sourceFolder" forTests="false" /> | ||
| 11 | </component> | ||
| 12 | </module> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -4,9 +4,9 @@ | ... | @@ -4,9 +4,9 @@ |
| 4 | 4 | ||
| 5 | // staging 会员系统 | 5 | // staging 会员系统 |
| 6 | // const baseUrl_api = "http://22yidpjzjifv.ngrok.xiaomiqiu123.top/stage-api/"; | 6 | // const baseUrl_api = "http://22yidpjzjifv.ngrok.xiaomiqiu123.top/stage-api/"; |
| 7 | // const baseUrl_api = "http://36.153.235.222:7899/stage-api"; | 7 | const baseUrl_api = "http://36.153.235.222:7899/stage-api"; |
| 8 | // const baseUrl_api = 'http://192.168.1.132:8787' | 8 | // const baseUrl_api = 'http://192.168.1.132:8787' |
| 9 | const baseUrl_api = 'https://tkcn.19wk.cn:8443/stage-api' | 9 | // const baseUrl_api = 'https://tkcn.19wk.cn:8443/stage-api' |
| 10 | 10 | ||
| 11 | // const baseUrl_api = 'https://system.taekwondo.org.cn/stage-api' | 11 | // const baseUrl_api = 'https://system.taekwondo.org.cn/stage-api' |
| 12 | export default { | 12 | export default { | ... | ... |
| ... | @@ -274,7 +274,7 @@ | ... | @@ -274,7 +274,7 @@ |
| 274 | uni.hideLoading() | 274 | uni.hideLoading() |
| 275 | uni.showModal({ | 275 | uni.showModal({ |
| 276 | content: res.msg, | 276 | content: res.msg, |
| 277 | success: function(res) { | 277 | success: function(modalRes) { |
| 278 | 278 | ||
| 279 | } | 279 | } |
| 280 | }) | 280 | }) |
| ... | @@ -546,9 +546,7 @@ | ... | @@ -546,9 +546,7 @@ |
| 546 | } | 546 | } |
| 547 | } | 547 | } |
| 548 | }); | 548 | }); |
| 549 | |||
| 550 | } | 549 | } |
| 551 | |||
| 552 | function getUserInfo() { | 550 | function getUserInfo() { |
| 553 | api.getInfo(perId.value).then(res => { | 551 | api.getInfo(perId.value).then(res => { |
| 554 | baseFormData.value = res.data | 552 | baseFormData.value = res.data |
| ... | @@ -564,7 +562,6 @@ | ... | @@ -564,7 +562,6 @@ |
| 564 | display: flex; | 562 | display: flex; |
| 565 | align-items: center; | 563 | align-items: center; |
| 566 | justify-content: flex-end; | 564 | justify-content: flex-end; |
| 567 | |||
| 568 | } | 565 | } |
| 569 | 566 | ||
| 570 | :deep(.segmented-control) { | 567 | :deep(.segmented-control) { | ... | ... |
yarn-error.log
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment