diff --git a/components/drag_demo/DragButton.vue b/components/drag_demo/DragButton.vue deleted file mode 100644 index c0b90de..0000000 --- a/components/drag_demo/DragButton.vue +++ /dev/null @@ -1,143 +0,0 @@ - - - - - diff --git a/components/drag_demo/Inform.vue b/components/drag_demo/Inform.vue deleted file mode 100644 index fdb0d80..0000000 --- a/components/drag_demo/Inform.vue +++ /dev/null @@ -1,78 +0,0 @@ - - - - - diff --git a/components/drag_demo/index.vue b/components/drag_demo/index.vue deleted file mode 100644 index a209e2b..0000000 --- a/components/drag_demo/index.vue +++ /dev/null @@ -1,43 +0,0 @@ - - - - - diff --git a/components/fjj-condition/fjj-condition.vue b/components/fjj-condition/fjj-condition.vue deleted file mode 100644 index 8c6a3ca..0000000 --- a/components/fjj-condition/fjj-condition.vue +++ /dev/null @@ -1,605 +0,0 @@ - - - - - diff --git a/components/head-info/head-info.vue b/components/head-info/head-info.vue index 431383a..7d9a371 100644 --- a/components/head-info/head-info.vue +++ b/components/head-info/head-info.vue @@ -30,7 +30,7 @@ - +

请选择港区

@@ -48,22 +48,6 @@ 数据库管理 -->
- - - - 请选择港区 - - - - {{item.pamName}} - - - - - - - @@ -226,11 +210,6 @@ }) } } - // if (this.portList.length > 0) { - // this.$refs.popup.open(this.type) - // this.portId = this.portList[this.activeIndex].pamId - // this.portName = this.portList[this.activeIndex].pamName - // } } } }) @@ -352,7 +331,6 @@ // 点击切换港区 tabsPort(type) { this.type = type - this.$refs.popup.open(type) this.lotusLoadingData.isShow = true this.initData() }, @@ -380,24 +358,18 @@ } uni.setStorageSync('portObj', portObj); uni.setStorageSync('selectPortIndex', this.activeIndex) - this.$refs.popup.close() this.infoType = false uni.showToast({ icon: 'success', title: `切换到${this.portName}` }); - uni.navigateTo({ + uni.reLaunch({ url: '/pages/index/index' }) } } }) }, - // 关闭弹框 - close() { - this.$refs.popup.close() - this.portList = [] - }, // 点击退出登录 outLogin() { this.$refs.popup2.open() @@ -600,66 +572,6 @@ } } - .popupBox { - width: 280px; - height: 320px; - - .popupTitle { - width: 100%; - height: 48px; - line-height: 48px; - text-align: center; - font-size: 16px; - color: #23262E; - font-weight: bold; - border-bottom: 1px solid #eee; - } - - .ul { - padding: 30px; - height: 213px; - overflow: scroll; - - .li { - height: 40px; - line-height: 40px; - text-align: center; - border: 1px solid #ccc; - margin-bottom: 10px; - } - - .active { - color: #0079fe; - border-color: #0079fe; - } - } - - .btnBox { - height: 60px; - display: flex; - justify-content: center; - box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.10); - border-radius: 0 0 16px 16px; - - .btn { - width: 170px; - font-size: 16px; - padding: 10px; - margin: 10px; - height: 36px; - line-height: 18px; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, .1); - } - - .btn:last-child { - color: #fff; - background-color: #0067CF; - } - } - } - - .message { width: 400px; padding: 30px; diff --git a/components/head-view/head-view.vue b/components/head-view/head-view.vue index c9081ec..f7523c2 100644 --- a/components/head-view/head-view.vue +++ b/components/head-view/head-view.vue @@ -1,7 +1,7 @@