From 941e5c2c2344a8ddd88bb61829cc8bd4884664d7 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Mon, 25 Mar 2019 14:51:51 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E5=BA=95=E9=83=A8=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=9A=84=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/spellGroup/mySpellGroup/index.wxss | 12 ++++++------ pages/user/index.js | 2 +- project.config.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/spellGroup/mySpellGroup/index.wxss b/pages/spellGroup/mySpellGroup/index.wxss index 3465fc8..5ebd882 100644 --- a/pages/spellGroup/mySpellGroup/index.wxss +++ b/pages/spellGroup/mySpellGroup/index.wxss @@ -181,12 +181,12 @@ line-height:50rpx; } .edit{ - position: fixed; - /* width: 690rpx; */ - bottom: 20rpx; - left: 0; - right: 0; - padding: 0 22rpx; + position:fixed; + bottom:0; + left:0; + right:0; + padding:20rpx 22rpx; + background:#fff; } .edit-left{ float: left; diff --git a/pages/user/index.js b/pages/user/index.js index c97db19..5b13d94 100644 --- a/pages/user/index.js +++ b/pages/user/index.js @@ -1,7 +1,7 @@ const extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {} let appVersion; if (Object.keys(extConfig).length == 0) { - appVersion = 'C.4.1.0'; + appVersion = 'C.4.1.1'; } var config = require("../../config/config.js"); var app = getApp(); diff --git a/project.config.json b/project.config.json index b11f49c..35e906f 100644 --- a/project.config.json +++ b/project.config.json @@ -13,7 +13,7 @@ }, "compileType": "miniprogram", "libVersion": "2.2.0", - "appid": "wxb11603577a84a86d", + "appid": "wx649b3be73c1afe47", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "isGameTourist": false, "condition": {