浏览代码

20250828备份

WinG 4 月之前
父节点
当前提交
c79b4e27df
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packageUser/pages/user/fund/fund.wxml
  2. 1 1
      project.private.config.json

+ 1 - 1
packageUser/pages/user/fund/fund.wxml

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

+ 1 - 1
project.private.config.json

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