@@ -32,7 +32,7 @@
</view>
<view class="price" wx:if="{{item.count > 0}}"><currency symbol="+" value="{{item.count}}" ></currency>元</view>
<view class="price green" wx:if="{{item.count < 0}}"><currency symbol="" value="{{item.count}}" ></currency>元</view>
- <view class="time"><format-time type="formatTime1" value="{{item.c_time}}" ></format-time></view>
+ <view class="time"><format-time type="formatTime1" value="{{item.ctime}}" ></format-time></view>
<view class="clean"></view>
@@ -5,5 +5,5 @@
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "fohowXcx",
- "libVersion": "2.30.2"
+ "libVersion": "3.8.8"
}