Explorar el Código

[会员成长值完善]

tags/广东版3.2.1
meo hace 6 años
padre
commit
92e1b846ce
Se han modificado 5 ficheros con 19 adiciones y 8 borrados
  1. +1
    -1
      config/config.js
  2. +2
    -2
      ext.json
  3. +11
    -2
      pages/czdetail/czdetail.wxml
  4. +4
    -2
      pages/czdetail/czdetail.wxss
  5. +1
    -1
      project.config.json

+ 1
- 1
config/config.js Ver fichero

@@ -199,7 +199,7 @@ var config = {
}, },


weapp: { weapp: {
AppId: appId,
AppId: "wxea71200db93d756b",
}, },
ErrorCode: { ErrorCode: {


+ 2
- 2
ext.json Ver fichero

@@ -1,8 +1,8 @@
{ {
"extEnable": true, "extEnable": true,
"extAppid": "wxb11603577a84a86d",
"extAppid": "wxea71200db93d756b",
"ext": { "ext": {
"appId": "wxb11603577a84a86d"
"appId": "wxea71200db93d756b"
}, },
"directCommit": false, "directCommit": false,
"tabBar": { "tabBar": {


+ 11
- 2
pages/czdetail/czdetail.wxml Ver fichero

@@ -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>

+ 4
- 2
pages/czdetail/czdetail.wxss Ver fichero

@@ -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 {


+ 1
- 1
project.config.json Ver fichero

@@ -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": {


Cargando…
Cancelar
Guardar