From 870a596e1018e17a80a97f9e24342e9cd6c99443 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Tue, 14 Jan 2025 18:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 12 ++++++------ app.json | 2 +- pages/dataDetail/index.wxss | 2 +- pages/firstBill/index.js | 2 +- pages/hotList/index.js | 2 +- pages/listSharePage/index.js | 2 +- pages/login/index.js | 13 +++++++------ pages/mineJob/index.wxss | 2 +- pages/myBill/index.wxss | 2 +- pages/underReview/index.wxss | 2 +- 10 files changed, 21 insertions(+), 20 deletions(-) diff --git a/app.js b/app.js index 03c8ee1..db8eb50 100644 --- a/app.js +++ b/app.js @@ -13,29 +13,29 @@ App({ "content-type": "multipart/form-data", Authorization: "", Cookie: "", - appId: 'wxbc6d9dbb9dff5b37', + appId: 'wxb0dea4d11428c6a5', "g-open-env": 'MP_MINI', // 请求来源标识 1.小程序 2.app 3.网页 appClassify: 1, - appName: encodeURIComponent('伯才') + // appName: encodeURIComponent('伯才') }, headers1: { "content-type": "application/json", Authorization: "", Cookie: "", - appId: 'wxbc6d9dbb9dff5b37', + appId: 'wxb0dea4d11428c6a5', "g-open-env": 'MP_MINI', appClassify: 1, - appName: encodeURIComponent('伯才') + // appName: encodeURIComponent('伯才') }, headers: { "content-type": "application/x-www-form-urlencoded", Authorization: "", Cookie: "", - appId: 'wxbc6d9dbb9dff5b37', + appId: 'wxb0dea4d11428c6a5', "g-open-env": 'MP_MINI', appClassify: 1, - appName: encodeURIComponent('伯才') + // appName: encodeURIComponent('伯才') }, userLoginTokenInfo: { tel: "", //用户电话 diff --git a/app.json b/app.json index 3389a57..e8ca96b 100644 --- a/app.json +++ b/app.json @@ -129,7 +129,7 @@ "list": [ { "iconPath": "./assets/images/ysd.png", - "selectedIconPath": "./assets/images/ysd1.png", + "selectedIconPath": "./assets/images/home1.png", "pagePath": "pages/firstBill/index", "text": "首页" }, diff --git a/pages/dataDetail/index.wxss b/pages/dataDetail/index.wxss index fd1cfe1..9d71363 100644 --- a/pages/dataDetail/index.wxss +++ b/pages/dataDetail/index.wxss @@ -108,7 +108,7 @@ page { width: 40px; height: 40px; margin-right: 12px; - background-color: rgba(255, 106, 0, 0.1); + background-color: #f4faff; text-align: center; border-radius: 50%; } diff --git a/pages/firstBill/index.js b/pages/firstBill/index.js index 29a02c5..bf49524 100644 --- a/pages/firstBill/index.js +++ b/pages/firstBill/index.js @@ -4566,7 +4566,7 @@ Page({ } else if (event.detail.scrollTop <= 200 && this.getTabBar().data.toTop) { // console.log(!this.getTabBar().data.toTop); this.getTabBar().data.list[0].selectedIconPath = - "../assets/images/ysd1.png"; + "../assets/images/home1.png"; this.getTabBar().data.list[0].text = "首页"; this.getTabBar().setData({ toTop: false, diff --git a/pages/hotList/index.js b/pages/hotList/index.js index 9754307..112b705 100644 --- a/pages/hotList/index.js +++ b/pages/hotList/index.js @@ -3416,7 +3416,7 @@ Page({ index: 0, text: "首页", iconPath: "/assets/images/ysd.png", - selectedIconPath: "/assets/images/ysd1.png", + selectedIconPath: "/assets/images/home1.png", success: (e) => { }, fail (e) { console.log(e); diff --git a/pages/listSharePage/index.js b/pages/listSharePage/index.js index c7e58a9..beafcbd 100644 --- a/pages/listSharePage/index.js +++ b/pages/listSharePage/index.js @@ -3784,7 +3784,7 @@ Page({ index: 0, text: "首页", iconPath: "/assets/images/ysd.png", - selectedIconPath: "/assets/images/ysd1.png", + selectedIconPath: "/assets/images/home1.png", success: (e) => { }, fail (e) { console.log(e); diff --git a/pages/login/index.js b/pages/login/index.js index 268ea99..488d1df 100644 --- a/pages/login/index.js +++ b/pages/login/index.js @@ -148,13 +148,14 @@ Page({ sendMsg: function () { console.log(this.data.tel); var that = this; - + if (that.data.disabled == 1) { + that.getCode(); + } that.setData({ btnColor: false, disabled: 0, }); - - that.getCode(); + var timer = 1; if (timer == 1) { timer = 0; @@ -231,7 +232,7 @@ Page({ code: that.data.wxCode, iv: iv, encryptedData: encryptedData, - type: "yishoudan", + appId: 'wxb0dea4d11428c6a5', } }).then((res) => { app.globalData.openId = res.data.data.openId; @@ -997,9 +998,9 @@ Page({ tel: "", }); }, - showPSW(){ + showPSW () { this.setData({ - showPSW:!this.data.showPSW, + showPSW: !this.data.showPSW, }); } }); diff --git a/pages/mineJob/index.wxss b/pages/mineJob/index.wxss index dca1c99..1262bb6 100644 --- a/pages/mineJob/index.wxss +++ b/pages/mineJob/index.wxss @@ -117,7 +117,7 @@ page { width: 40px; height: 40px; margin-right: 12px; - background-color: rgba(255, 106, 0, 0.1); + background-color: #f4faff; text-align: center; border-radius: 50%; } diff --git a/pages/myBill/index.wxss b/pages/myBill/index.wxss index 9dcb071..462aa33 100644 --- a/pages/myBill/index.wxss +++ b/pages/myBill/index.wxss @@ -107,7 +107,7 @@ page { width: 40px; height: 40px; margin-right: 12px; - background-color: rgba(255, 106, 0, 0.1); + background-color: #f4faff; text-align: center; border-radius: 50%; } diff --git a/pages/underReview/index.wxss b/pages/underReview/index.wxss index 93a2e35..c7a7602 100644 --- a/pages/underReview/index.wxss +++ b/pages/underReview/index.wxss @@ -25,7 +25,7 @@ width: 40px; height: 40px; margin-right: 12px; - background-color: rgba(255, 106, 0, 0.1); + background-color: #f4faff; text-align: center; border-radius: 50%; }