This commit is contained in:
xiaozhiyong
2023-04-11 15:46:38 +08:00
parent d70a106008
commit 664bc8c5a3
4 changed files with 20 additions and 9 deletions

View File

@@ -138,7 +138,7 @@
this.getOrder('')
},
onPullDownRefresh() {
console.log('这里是onPullDownRefresh')
// console.log('这里是onPullDownRefresh')
this.currentPage = 1
this.list= []
if(this.TabHead == 1){
@@ -151,7 +151,7 @@
// }, 1000);
},
onReachBottom() {
console.log('这里是onReachBottom')
// console.log('这里是onReachBottom')
if(this.TabHead == 1){
// this.nextPageUrea()
if(this.status.loadOrderStatus !='nomore' ){
@@ -169,6 +169,9 @@
makePay(id) {
orderApi.getOrderPayInfo(id).then(res => {
if (res.code == 20000) {
if(res.data.secondChannelCode === 'SQ' && res.data.sqSiteBelong === 'JKJY') {
res.data.listTag = '集卡加油'
}
uni.setStorageSync('orderMade', res.data)
uni.setStorageSync('oilItem', res.data)
uni.navigateTo({
@@ -242,9 +245,9 @@
tabSelectUrea(value,i) {
console.log(value,'1564155555666666666666666666')
// console.log(value,'1564155555666666666666666666')
this.list = []
console.log(this.list)
// console.log(this.list)
this.currentPage = 1
this.UreaTabCur = i
this.ativeUrea = value