From 92e1b846ce9675d94f3c51248d43190dc1417d9f Mon Sep 17 00:00:00 2001
From: meo <18801474720@163.com>
Date: Tue, 25 Dec 2018 11:10:11 +0800
Subject: [PATCH] =?UTF-8?q?[=E4=BC=9A=E5=91=98=E6=88=90=E9=95=BF=E5=80=BC?=
=?UTF-8?q?=E5=AE=8C=E5=96=84]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
config/config.js | 2 +-
ext.json | 4 ++--
pages/czdetail/czdetail.wxml | 13 +++++++++++--
pages/czdetail/czdetail.wxss | 6 ++++--
project.config.json | 2 +-
5 files changed, 19 insertions(+), 8 deletions(-)
diff --git a/config/config.js b/config/config.js
index ca283b9..1139c28 100755
--- a/config/config.js
+++ b/config/config.js
@@ -199,7 +199,7 @@ var config = {
},
weapp: {
- AppId: appId,
+ AppId: "wxea71200db93d756b",
},
ErrorCode: {
diff --git a/ext.json b/ext.json
index 112c902..e37dc50 100644
--- a/ext.json
+++ b/ext.json
@@ -1,8 +1,8 @@
{
"extEnable": true,
- "extAppid": "wxb11603577a84a86d",
+ "extAppid": "wxea71200db93d756b",
"ext": {
- "appId": "wxb11603577a84a86d"
+ "appId": "wxea71200db93d756b"
},
"directCommit": false,
"tabBar": {
diff --git a/pages/czdetail/czdetail.wxml b/pages/czdetail/czdetail.wxml
index 28db773..4cb3dae 100644
--- a/pages/czdetail/czdetail.wxml
+++ b/pages/czdetail/czdetail.wxml
@@ -8,11 +8,20 @@
成长值明细
- {{item.scoreAmount}}
+ 每日登录
+ 消费
+ 绑车牌
+ 连接WIFI
+ 微信用户昵称授权
+ 微信用户手机授权
+ 完善个人信息
+ 会员导入
+ {{item.reason}}
{{item.createDate}}
- +{{item.scoreAmount}}分
+ +{{item.scoreAmount}}分
+ {{item.scoreAmount}}分
\ No newline at end of file
diff --git a/pages/czdetail/czdetail.wxss b/pages/czdetail/czdetail.wxss
index 2e65718..8ecec23 100644
--- a/pages/czdetail/czdetail.wxss
+++ b/pages/czdetail/czdetail.wxss
@@ -77,14 +77,16 @@
.content>view:nth-of-type(2n+1) {
float: left;
- width: 78%;
+ width: 68%;
+ overflow: hidden;
}
.content>view:nth-of-type(2n) {
- width: 20%;
+ width: 30%;
float: right;
text-align: right;
line-height: 145rpx;
+ overflow: hidden;
}
.title {
diff --git a/project.config.json b/project.config.json
index 163fb84..d551a98 100644
--- a/project.config.json
+++ b/project.config.json
@@ -13,7 +13,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.0.9",
- "appid": "wxb11603577a84a86d",
+ "appid": "wxea71200db93d756b",
"projectname": "C",
"isGameTourist": false,
"condition": {