tapd相关修改更新

This commit is contained in:
GaoHao
2025-03-19 18:19:34 +08:00
parent 994cf8bf2b
commit f01bc839f7
53 changed files with 1084 additions and 1032 deletions

View File

@@ -19,7 +19,7 @@
</view>
<view class="">
<view class=""> 客单价() </view>
<view class=""> {{list.customerUnitPrice?customerUnitPrice:0}} </view>
<view class=""> {{list.customerUnitPrice?list.customerUnitPrice:0}} </view>
</view>
<view class="">
<view class=""> 会员消费() </view>
@@ -141,6 +141,8 @@
startTime = s + ' 00:00:00'
endTime = e + ' 23:59:59'
}
console.log(startTime)
console.log(endTime)
getTrade({
beginDate: startTime,
endDate: endTime,
@@ -221,7 +223,9 @@
* @param {Object} e
*/
function datePickerConfirm(e) {
console.log(e)
getlist(e.start, e.end)
gettableData()
}
/**