miniprogram/pages/user/report/submitReport/index.ts
@@ -3,6 +3,7 @@ import Toast from '@vant/weapp/toast/toast'; Page({ data: { capture:['camera'], beforList:'a', amountInvolved:'', workingLocation:'', @@ -10,7 +11,7 @@ userIdCard:'', sex:'男', realName:'', phone:wx.getStorageSync('phone'), phone:'', fileImgList: [], transactionReceiptList:[], otherList:[], @@ -259,6 +260,10 @@ }, onLoad(e) { let phone = wx.getStorageSync('phone') this.setData({ phone:phone }) var date = new Date() var month = date.getMonth() + 1 var day = date.getDate()