From 41d5cff1f36f223ae8214212e8cbb9a17dde96a5 Mon Sep 17 00:00:00 2001 From: yulixing Date: Tue, 8 Oct 2019 13:48:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=91=E6=8D=A2=E8=AE=B0=E5=BD=95=20?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BF=AE=E6=94=B9=20=E5=8F=8A=E5=85=91?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 4 +- src/app.wpy | 2 +- src/pages/exchange-record.wpy | 289 +++++++++++++++++++++++++++++----- 3 files changed, 252 insertions(+), 43 deletions(-) diff --git a/project.config.json b/project.config.json index 0a67251..8bb770e 100644 --- a/project.config.json +++ b/project.config.json @@ -32,7 +32,7 @@ "list": [] }, "miniprogram": { - "current": 2, + "current": 3, "list": [ { "id": 0, @@ -67,7 +67,7 @@ "scene": 1037, "referrerInfo": { "appId": "12344", - "extraData": "{ \t\"accountId\": \"6007_1004_D1A9357FB5975B61CDCB43B1AEE6C5D0\", \t\"sessionId\": \"1566525470_1563178315_f37bcfd5c3b82fd28d00d18273e7f1a5_53c8e916459a621c1e5021fba99c9212\", \t\"gameId\": \"8002\", \t\"channelId\": \"6001\", \"recordId\": \"5d5e81eedfd349387cace22c\" }" + "extraData": "{ \t\"accountId\": \"6001_1004_oQmL74u7TBo94aGpKIGNCZD9rKew\", \t\"sessionId\": \"1566525470_1563178315_f37bcfd5c3b82fd28d00d18273e7f1a5_53c8e916459a621c1e5021fba99c9212\", \t\"gameId\": \"8002\", \t\"channelId\": \"6001\", \"recordId\": \"5d5e81eedfd349387cace22c\" }" } } ] diff --git a/src/app.wpy b/src/app.wpy index 84cbd7b..97d311a 100644 --- a/src/app.wpy +++ b/src/app.wpy @@ -9,7 +9,7 @@ align-items: center; justify-content: space-between; box-sizing: border-box; - width: 749rpx; + // width: 749rpx; overflow-x: hidden; } .hidden { diff --git a/src/pages/exchange-record.wpy b/src/pages/exchange-record.wpy index 3ef9e80..88e8088 100644 --- a/src/pages/exchange-record.wpy +++ b/src/pages/exchange-record.wpy @@ -1,19 +1,26 @@