From 87bc8fdd6d39f9f898afd4420615a0eb6b779e10 Mon Sep 17 00:00:00 2001 From: zhuxinpeng <778008037@qq.com> Date: Fri, 7 Feb 2025 17:31:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=A4=A7=E5=8D=B1=E9=99=A9=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/indexpage/zdwxy/index.js | 9 +- pages/index.vue | 14 +- pages/indexpage/zdwxy/zdwxy.vue | 628 +++++++++++++++-------------- pages/indexpage/zdwxy/zdwxyOld.vue | 314 +++++++++++++++ pages/login.vue | 6 +- 5 files changed, 663 insertions(+), 308 deletions(-) create mode 100644 pages/indexpage/zdwxy/zdwxyOld.vue diff --git a/api/indexpage/zdwxy/index.js b/api/indexpage/zdwxy/index.js index 2ca7190..092db65 100644 --- a/api/indexpage/zdwxy/index.js +++ b/api/indexpage/zdwxy/index.js @@ -42,4 +42,11 @@ export function selectListByFilingId(filingId) { url: '/information/source/selectListByFilingId/' + filingId, method: 'get' }) -} \ No newline at end of file +} +export function getSourceAppTj(query) { + return request({ + url: '/information/source/getSourceAppTj', + method: 'get', + params: query + }) +} diff --git a/pages/index.vue b/pages/index.vue index e1bc2c9..d5a0e5d 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -121,7 +121,7 @@ - + - + 当前数量:200 @@ -265,14 +265,14 @@ // goback() { // const pages = getCurrentPages(); // 获取页面栈 // console.log(pages); // 打印页面栈 - + // // 如果页面栈大于 1,执行返回操作 // if (pages.length > 1) { // uni.navigateBack(); // 返回上一页 // console.log("返回上一页"); // } else { // console.log("已经在首页,无法返回"); - + // // 如果没有历史记录,可以退出或关闭 WebView // if (window.JSBridge && window.JSBridge.exit) { // // 如果你有 JSBridge 可以调用它的退出方法 @@ -294,11 +294,11 @@ goback() { window.location.href="/nljzVue/#/" }, - + // // this.$router.go(-3) // // window.history.back() // // window.JSBridge.exit(); - + // // 获取当前页面栈 // const pages = getCurrentPages(); // console.log(pages); // 打印页面栈 @@ -830,4 +830,4 @@ } } } - \ No newline at end of file + diff --git a/pages/indexpage/zdwxy/zdwxy.vue b/pages/indexpage/zdwxy/zdwxy.vue index 182bc1a..3e51f6c 100644 --- a/pages/indexpage/zdwxy/zdwxy.vue +++ b/pages/indexpage/zdwxy/zdwxy.vue @@ -1,314 +1,348 @@ \ No newline at end of file + padding: 26rpx 27rpx; + border-bottom: 2rpx solid #eeeeee; + } + } + } +} + diff --git a/pages/indexpage/zdwxy/zdwxyOld.vue b/pages/indexpage/zdwxy/zdwxyOld.vue new file mode 100644 index 0000000..182bc1a --- /dev/null +++ b/pages/indexpage/zdwxy/zdwxyOld.vue @@ -0,0 +1,314 @@ + + + \ No newline at end of file diff --git a/pages/login.vue b/pages/login.vue index 7106e23..8cedb9a 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -82,7 +82,7 @@ export default { }, onLoad(options) { removeuserId(); - + let str = this.getRequestParams(); const params = str.split('&'); // 先用 '&' 分割参数 // 假设第一个参数总是需要的 @@ -114,7 +114,7 @@ export default { // console.log(requestParams, '处理后的对象'); return str; }, - + //解密算法 decodeDes(message) { const options = uni.getLaunchOptionsSync(); // 获取启动时的参数 @@ -224,7 +224,7 @@ export default { //获取消息条数 this.$store.dispatch('getNewsListOne'); }); - + } } };