| @@ -199,7 +199,7 @@ var config = { | |||||
| }, | }, | ||||
| weapp: { | weapp: { | ||||
| AppId: appId, | |||||
| AppId: "wxea71200db93d756b", | |||||
| }, | }, | ||||
| ErrorCode: { | ErrorCode: { | ||||
| @@ -1,8 +1,8 @@ | |||||
| { | { | ||||
| "extEnable": true, | "extEnable": true, | ||||
| "extAppid": "wxb11603577a84a86d", | |||||
| "extAppid": "wxea71200db93d756b", | |||||
| "ext": { | "ext": { | ||||
| "appId": "wxb11603577a84a86d" | |||||
| "appId": "wxea71200db93d756b" | |||||
| }, | }, | ||||
| "directCommit": false, | "directCommit": false, | ||||
| "tabBar": { | "tabBar": { | ||||
| @@ -8,11 +8,20 @@ | |||||
| <text class='title'>成长值明细</text> | <text class='title'>成长值明细</text> | ||||
| <view class='content clearfix' wx:for="{{list}}" wx:key="{{index}}"> | <view class='content clearfix' wx:for="{{list}}" wx:key="{{index}}"> | ||||
| <view class='le'> | <view class='le'> | ||||
| <text>{{item.scoreAmount}}</text> | |||||
| <text wx:if="{{item.scoreType==1}}">每日登录</text> | |||||
| <text wx:if="{{item.scoreType==2}}">消费</text> | |||||
| <text wx:if="{{item.scoreType==3}}">绑车牌</text> | |||||
| <text wx:if="{{item.scoreType==4}}">连接WIFI</text> | |||||
| <text wx:if="{{item.scoreType==5}}">微信用户昵称授权</text> | |||||
| <text wx:if="{{item.scoreType==6}}">微信用户手机授权</text> | |||||
| <text wx:if="{{item.scoreType==7}}">完善个人信息</text> | |||||
| <text wx:if="{{item.scoreType==8}}">会员导入</text> | |||||
| <text wx:if="{{item.scoreType==9}}">{{item.reason}}</text> | |||||
| <text>{{item.createDate}}</text> | <text>{{item.createDate}}</text> | ||||
| </view> | </view> | ||||
| <view class='fr'> | <view class='fr'> | ||||
| <text>+{{item.scoreAmount}}分</text> | |||||
| <text wx:if="{{item.scoreAmount>0}}">+{{item.scoreAmount}}分</text> | |||||
| <text wx:if="{{0>=item.scoreAmount}}">{{item.scoreAmount}}分</text> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| @@ -77,14 +77,16 @@ | |||||
| .content>view:nth-of-type(2n+1) { | .content>view:nth-of-type(2n+1) { | ||||
| float: left; | float: left; | ||||
| width: 78%; | |||||
| width: 68%; | |||||
| overflow: hidden; | |||||
| } | } | ||||
| .content>view:nth-of-type(2n) { | .content>view:nth-of-type(2n) { | ||||
| width: 20%; | |||||
| width: 30%; | |||||
| float: right; | float: right; | ||||
| text-align: right; | text-align: right; | ||||
| line-height: 145rpx; | line-height: 145rpx; | ||||
| overflow: hidden; | |||||
| } | } | ||||
| .title { | .title { | ||||
| @@ -13,7 +13,7 @@ | |||||
| }, | }, | ||||
| "compileType": "miniprogram", | "compileType": "miniprogram", | ||||
| "libVersion": "2.0.9", | "libVersion": "2.0.9", | ||||
| "appid": "wxb11603577a84a86d", | |||||
| "appid": "wxea71200db93d756b", | |||||
| "projectname": "C", | "projectname": "C", | ||||
| "isGameTourist": false, | "isGameTourist": false, | ||||
| "condition": { | "condition": { | ||||