更新
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user