diff --git a/App.vue b/App.vue index 715700f..d9f7407 100644 --- a/App.vue +++ b/App.vue @@ -162,6 +162,9 @@ // this.audioTeam.push(result.extras.type); // } } + + console.log("收到消息") + console.log(result) // 点击事件 if (notificationEventType == 'notificationOpened') { if (result.extras.type == 2) { diff --git a/manifest.json b/manifest.json index 5b3b237..c94f62d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "惠农生活", "appid": "__UNI__3A527D1", "description": "", - "versionName": "2.0.45", - "versionCode": 2045, + "versionName": "2.0.48", + "versionCode": 2048, "transformPx": false, /* 5+App特有相关 */ "app-plus": { diff --git a/pages/gather/subnvue/concat.nvue b/pages/gather/subnvue/concat.nvue index 687119e..85ac458 100644 --- a/pages/gather/subnvue/concat.nvue +++ b/pages/gather/subnvue/concat.nvue @@ -180,7 +180,7 @@ .next-btn { position: absolute; - bottom: 100rpx; + bottom: 100px; left: 375rpx; transform: translateX(-50%); width: 240rpx; diff --git a/pages/index/subnvue/concat.nvue b/pages/index/subnvue/concat.nvue index 8ff2f18..f09af6a 100644 --- a/pages/index/subnvue/concat.nvue +++ b/pages/index/subnvue/concat.nvue @@ -19,7 +19,7 @@ - + 工作台 diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index aaee40a..4a44e27 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -1,270 +1,297 @@ + \ No newline at end of file diff --git a/pages/users/login/login_copy.vue b/pages/users/login/login_copy.vue index 62728fb..643dd23 100644 --- a/pages/users/login/login_copy.vue +++ b/pages/users/login/login_copy.vue @@ -148,9 +148,9 @@ 完成并登录 - + @@ -173,13 +173,13 @@ - + @@ -1693,7 +1693,7 @@ .footer-btns { position: absolute; - bottom: 160rpx; + bottom: 100rpx; left: 50%; transform: translate(-50%); display: flex; diff --git a/pages/users/retrievePassword/index.vue b/pages/users/retrievePassword/index.vue index f0d94c4..4ce61f3 100644 --- a/pages/users/retrievePassword/index.vue +++ b/pages/users/retrievePassword/index.vue @@ -5,35 +5,42 @@ --> - +
- + - + - + - -
确认 - + - +
@@ -48,7 +55,9 @@ // | Author: CRMEB Team // +---------------------------------------------------------------------- const app = getApp(); - import { mapGetters} from "vuex"; + import { + mapGetters + } from "vuex"; import sendVerifyCode from "@/mixins/SendVerifyCode"; import { registerVerify, @@ -56,19 +65,25 @@ getCodeApi, getCaptcha } from "@/api/user"; - import { validatorDefaultCatch } from "@/utils/dialog"; + import { + validatorDefaultCatch + } from "@/utils/dialog"; import attrs, { required, alpha_num, chs_phone } from "@/utils/validate"; - import { configMap } from '@/utils'; - import { HTTP_REQUEST_URL } from '@/config/app'; - import Verify from '@/components/verify/verify.vue'; + import { + configMap + } from '@/utils'; + import { + HTTP_REQUEST_URL + } from '@/config/app'; + import Verify from '@/components/verify/verify.vue'; export default { name: "RetrievePassword", - components: { - Verify + components: { + Verify }, mixins: [sendVerifyCode], data: function() { @@ -85,16 +100,14 @@ }; }, computed: configMap(['login_logo'], mapGetters(['viewColor'])), - onReady() { - }, - mounted: function() { - }, + onReady() {}, + mounted: function() {}, methods: { back() { uni.navigateBack(); }, again() { - this.codeUrl = VUE_APP_API_URL + "/captcha?" + this.keyCode + Date.parse(new Date()); + this.codeUrl = VUE_APP_API_URL + "/captcha?" + this.keyCode + Date.parse(new Date()); }, async code(data) { @@ -108,7 +121,7 @@ await registerVerify({ phone: that.account, type: 'change_pwd', - captchaType: 'blockPuzzle', + captchaType: 'blockPuzzle', captchaVerification: data.captchaVerification }) .then(res => { @@ -169,7 +182,7 @@ }) }); }, - success(data) { + success(data) { this.$refs.verify.hide(); this.code(data); }, @@ -180,13 +193,15 @@ }; + \ No newline at end of file diff --git a/static/images/ydwd.png b/static/images/ydwd.png index 05198bc..5a4ff90 100644 Binary files a/static/images/ydwd.png and b/static/images/ydwd.png differ