From e84c142fe1c07d9b143c34ddcc391a88769c9bff Mon Sep 17 00:00:00 2001 From: Hong <1470048117@qq.com> Date: Wed, 27 Mar 2024 19:53:49 +0800 Subject: [PATCH] =?UTF-8?q?3.27(=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 4 +- manifest.json | 288 ++++++++-------- pages.json | 5 +- pages/driver/index/consult_detail.nvue | 2 +- pages/driver/index/detail.nvue | 435 ++++++++++++------------- pages/driver/index/index.vue | 1 + 6 files changed, 365 insertions(+), 370 deletions(-) diff --git a/main.js b/main.js index 0c224c7..e7dae39 100644 --- a/main.js +++ b/main.js @@ -5,12 +5,12 @@ import plugins from './plugins' // plugins import util from 'utils/util' import './permission' // permission import uView from '@/uni_modules/uview-ui' -// import ZPMixin from '@/uni_modules/z-paging/components/z-paging/js/z-paging-mixin' +import ZPMixin from '@/uni_modules/z-paging/components/z-paging/js/z-paging-mixin' import {toast, showConfirm} from '@/utils/common.js' import _ from 'lodash'; Vue.prototype.$ld = _ ; -// Vue.mixin(ZPMixin) +Vue.mixin(ZPMixin) Vue.use(uView) Vue.use(plugins) diff --git a/manifest.json b/manifest.json index 421be3c..91d48a4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,145 +1,145 @@ { - "name": "滴友之家", - "appid": "__UNI__F2BE74F", - "description": "", - "versionName": "1.1.2", - "versionCode": 112, - "transformPx": false, - "app-plus": { - "usingComponents": true, - "nvueCompiler": "uni-app", - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - "modules": { - "Camera": {}, - "Payment": {}, - "Contacts": {}, - "Barcode": {}, - "Geolocation": {}, - "VideoPlayer": {}, - "Share": {} - }, - "distribute": { - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - "abiFilters": ["arm64-v8a", "x86"] - }, - "ios": { - "dSYMs": false, - "privacyDescription": { - "NSPhotoLibraryUsageDescription": "上传照片,头像等", - "NSPhotoLibraryAddUsageDescription": "保存邀请码", - "NSCameraUsageDescription": "拍照,录视频等", - "NSLocationWhenInUseUsageDescription": "获取离自己最近的店铺", - "NSLocationAlwaysAndWhenInUseUsageDescription": "获取离自己最近的店铺", - "NSContactsUsageDescription": "拨打电话给商家" - } - }, - "sdkConfigs": { - "ad": {}, - "payment": { - "alipay": { - "__platform__": ["ios", "android"] - } - }, - "share": { - "weixin": { - "appid": "wx4aebc21c2e0b4858", - "UniversalLinks": "https://wxapp.diyouzhijia.com/universal/apple-app-site-association.txt/" - } - }, - "geolocation": { - "system": { - "__platform__": ["ios", "android"] - } - }, - "push": {}, - "maps": {} - }, - "splashscreen": { - "androidStyle": "common" - }, - "icons": { - "android": { - "hdpi": "unpackage/res/icons/72x72.png", - "xhdpi": "unpackage/res/icons/96x96.png", - "xxhdpi": "unpackage/res/icons/144x144.png", - "xxxhdpi": "unpackage/res/icons/192x192.png" - }, - "ios": { - "appstore": "unpackage/res/icons/1024x1024.png", - "ipad": { - "app": "unpackage/res/icons/76x76.png", - "app@2x": "unpackage/res/icons/152x152.png", - "notification": "unpackage/res/icons/20x20.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "proapp@2x": "unpackage/res/icons/167x167.png", - "settings": "unpackage/res/icons/29x29.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "spotlight": "unpackage/res/icons/40x40.png", - "spotlight@2x": "unpackage/res/icons/80x80.png" - }, - "iphone": { - "app@2x": "unpackage/res/icons/120x120.png", - "app@3x": "unpackage/res/icons/180x180.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "notification@3x": "unpackage/res/icons/60x60.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "settings@3x": "unpackage/res/icons/87x87.png", - "spotlight@2x": "unpackage/res/icons/80x80.png", - "spotlight@3x": "unpackage/res/icons/120x120.png" - } - } - } - } - }, - "quickapp": {}, - "mp-weixin": { - "appid": "wx67c3ee9398603438", - "setting": { - "urlCheck": false, - "es6": false, - "minified": true, - "postcss": true - }, - "optimization": { - "subPackages": true - }, - "usingComponents": true - }, - "vueVersion": "2", - "h5": { - "template": "static/index.html", - "devServer": { - "port": 9090, - "https": false - }, - "title": "RuoYi-App", - "router": { - "mode": "hash", - "base": "./" - } - } -} \ No newline at end of file + "name" : "滴友之家", + "appid" : "__UNI__F2BE74F", + "description" : "", + "versionName" : "1.1.3", + "versionCode" : 113, + "transformPx" : false, + "app-plus" : { + "usingComponents" : true, + "nvueCompiler" : "uni-app", + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 + }, + "modules" : { + "Camera" : {}, + "Payment" : {}, + "Contacts" : {}, + "Barcode" : {}, + "Geolocation" : {}, + "VideoPlayer" : {}, + "Share" : {} + }, + "distribute" : { + "android" : { + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "abiFilters" : [ "arm64-v8a", "x86" ] + }, + "ios" : { + "dSYMs" : false, + "privacyDescription" : { + "NSPhotoLibraryUsageDescription" : "上传照片,头像等", + "NSPhotoLibraryAddUsageDescription" : "保存邀请码", + "NSCameraUsageDescription" : "拍照,录视频等", + "NSLocationWhenInUseUsageDescription" : "获取离自己最近的店铺", + "NSLocationAlwaysAndWhenInUseUsageDescription" : "获取离自己最近的店铺", + "NSContactsUsageDescription" : "拨打电话给商家" + } + }, + "sdkConfigs" : { + "ad" : {}, + "payment" : { + "alipay" : { + "__platform__" : [ "ios", "android" ] + } + }, + "share" : { + "weixin" : { + "appid" : "wx4aebc21c2e0b4858", + "UniversalLinks" : "https://wxapp.diyouzhijia.com/universal/apple-app-site-association.txt/" + } + }, + "geolocation" : { + "system" : { + "__platform__" : [ "ios", "android" ] + } + }, + "push" : {}, + "maps" : {} + }, + "splashscreen" : { + "androidStyle" : "common" + }, + "icons" : { + "android" : { + "hdpi" : "unpackage/res/icons/72x72.png", + "xhdpi" : "unpackage/res/icons/96x96.png", + "xxhdpi" : "unpackage/res/icons/144x144.png", + "xxxhdpi" : "unpackage/res/icons/192x192.png" + }, + "ios" : { + "appstore" : "unpackage/res/icons/1024x1024.png", + "ipad" : { + "app" : "unpackage/res/icons/76x76.png", + "app@2x" : "unpackage/res/icons/152x152.png", + "notification" : "unpackage/res/icons/20x20.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "proapp@2x" : "unpackage/res/icons/167x167.png", + "settings" : "unpackage/res/icons/29x29.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "spotlight" : "unpackage/res/icons/40x40.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png" + }, + "iphone" : { + "app@2x" : "unpackage/res/icons/120x120.png", + "app@3x" : "unpackage/res/icons/180x180.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "notification@3x" : "unpackage/res/icons/60x60.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "settings@3x" : "unpackage/res/icons/87x87.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png", + "spotlight@3x" : "unpackage/res/icons/120x120.png" + } + } + } + } + }, + "quickapp" : {}, + "mp-weixin" : { + "appid" : "wx67c3ee9398603438", + "setting" : { + "urlCheck" : false, + "es6" : false, + "minified" : true, + "postcss" : true + }, + "optimization" : { + "subPackages" : true + }, + "usingComponents" : true + }, + "vueVersion" : "2", + "h5" : { + "template" : "static/index.html", + "devServer" : { + "port" : 9090, + "https" : false + }, + "title" : "RuoYi-App", + "router" : { + "mode" : "hash", + "base" : "./" + } + } +} diff --git a/pages.json b/pages.json index c725284..d548926 100644 --- a/pages.json +++ b/pages.json @@ -1047,10 +1047,7 @@ { "navigationBarTitleText" : "", "enablePullDownRefresh" : false, - "navigationStyle": "custom", - "app-plus": { - "bounce": "none" - } + "navigationStyle": "custom" } }, { "path" : "pages/driver/index/consult_detail", diff --git a/pages/driver/index/consult_detail.nvue b/pages/driver/index/consult_detail.nvue index 896b54c..79d62f8 100644 --- a/pages/driver/index/consult_detail.nvue +++ b/pages/driver/index/consult_detail.nvue @@ -872,7 +872,7 @@ } -