From 65493c2e3edf23224c66459dfaf2c860ad303197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=81=A5?= Date: Thu, 5 Aug 2021 14:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E7=89=87=E6=96=B0=E5=A2=9E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=BE=93=E5=85=A5=E6=A1=86padding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packagecard/cardDetail/cardDetail.wxss | 5 +- project.config.json | 133 ++++++++++++------------- utils/api.js | 6 +- 3 files changed, 72 insertions(+), 72 deletions(-) diff --git a/packagecard/cardDetail/cardDetail.wxss b/packagecard/cardDetail/cardDetail.wxss index 89d7c99..b34150d 100644 --- a/packagecard/cardDetail/cardDetail.wxss +++ b/packagecard/cardDetail/cardDetail.wxss @@ -41,12 +41,12 @@ page { font-size: 38rpx; background: #f7f7f7; line-height: 70rpx; - padding: 10 20rpx; + padding: 10rpx 20rpx; } .row { display: flex; - padding: 15rpx 0; + padding: 15rpx 5rpx; border-bottom: 1px solid #EEE; /* margin-bottom: 15rpx; */ } @@ -72,6 +72,7 @@ page { height: 50rpx; font-size: 32rpx; color: #333; + padding-right: 10rpx; } .item-input image { diff --git a/project.config.json b/project.config.json index 292a001..2bc8b29 100644 --- a/project.config.json +++ b/project.config.json @@ -1,74 +1,73 @@ { - "description": "项目配置文件", - "packOptions": { - "ignore": [] - }, - "setting": { - "urlCheck": false, - "es6": true, - "enhance": false, - "postcss": true, - "preloadBackgroundData": false, - "minified": true, - "newFeature": false, - "coverView": true, - "nodeModules": false, - "autoAudits": false, - "showShadowRootInWxmlPanel": true, - "scopeDataCheck": false, - "uglifyFileName": false, - "checkInvalidKey": true, - "checkSiteMap": true, - "uploadWithSourceMap": true, - "compileHotReLoad": false, - "useMultiFrameRuntime": true, - "useApiHook": true, - "useApiHostProcess": false, - "babelSetting": { - "ignore": [], - "disablePlugins": [], - "outputPath": "" + "description": "项目配置文件", + "packOptions": { + "ignore": [] }, - "enableEngineNative": false, - "useIsolateContext": true, - "useCompilerModule": true, - "userConfirmedUseCompilerModuleSwitch": false, - "userConfirmedBundleSwitch": false, - "packNpmManually": false, - "packNpmRelationList": [], - "minifyWXSS": true - }, - "compileType": "miniprogram", - "libVersion": "2.17.0", - "appid": "wxe17874894f7ff27b", - "projectname": "card", - "debugOptions": { - "hidedInDevtools": [] - }, - "scripts": {}, - "staticServerOptions": { - "baseURL": "", - "servePath": "" - }, - "isGameTourist": false, - "condition": { - "search": { - "list": [] + "setting": { + "urlCheck": true, + "es6": true, + "enhance": false, + "postcss": true, + "preloadBackgroundData": false, + "minified": true, + "newFeature": false, + "coverView": true, + "nodeModules": false, + "autoAudits": false, + "showShadowRootInWxmlPanel": true, + "scopeDataCheck": false, + "uglifyFileName": false, + "checkInvalidKey": true, + "checkSiteMap": true, + "uploadWithSourceMap": true, + "compileHotReLoad": false, + "useMultiFrameRuntime": true, + "useApiHook": true, + "useApiHostProcess": false, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "enableEngineNative": false, + "useIsolateContext": true, + "userConfirmedBundleSwitch": false, + "packNpmManually": false, + "packNpmRelationList": [], + "minifyWXSS": true, + "showES6CompileOption": false }, - "conversation": { - "list": [] + "compileType": "miniprogram", + "libVersion": "2.17.0", + "appid": "wxe17874894f7ff27b", + "projectname": "card", + "debugOptions": { + "hidedInDevtools": [] }, - "game": { - "list": [] + "scripts": {}, + "staticServerOptions": { + "baseURL": "", + "servePath": "" }, - "plugin": { - "list": [] - }, - "gamePlugin": { - "list": [] - }, - "miniprogram": { - "list": [] + "isGameTourist": false, + "condition": { + "search": { + "list": [] + }, + "conversation": { + "list": [] + }, + "game": { + "list": [] + }, + "plugin": { + "list": [] + }, + "gamePlugin": { + "list": [] + }, + "miniprogram": { + "list": [] + } } - } } \ No newline at end of file diff --git a/utils/api.js b/utils/api.js index d4c3eb3..e5d08b0 100644 --- a/utils/api.js +++ b/utils/api.js @@ -1,7 +1,7 @@ var apis = { - url: 'http://192.168.0.115:8091/systemcard/', - userCenter: 'http://192.168.0.115:8091/systemcard/', - baseImgUrl: 'http://192.168.0.115:8091/systemcard/route/file/download/true/', + url: 'https://cbc.wgink.ink/systemcard/', + userCenter: 'https://cbc.wgink.ink/systemcard/', + baseImgUrl: 'https://cbc.wgink.ink/systemcard/route/file/download/true/', doSaveUserInfo: `app/miniapp/user/update-info`, //保存微信头像与名称 doUpdatePhone: `app/miniapp/update-phone`, //绑定手机号 token, {phone:''} put doUploadImg: `app/file/uploadimage`, //上传图片