1.消息中心显示 2.在线加油支付跳转
@ -1022,7 +1022,7 @@
title: '支付成功'
})
uni.reLaunch({
url: '/pages/goods/refuel-succes/refuel-succes?id=' +
url: '../../user/order_details/order_details?id=' +
that.orderNo
});
},
@ -1154,7 +1154,7 @@
@ -72,7 +72,7 @@
<view class="paddleft10 font14 fcor666 text1 width70">
{{item.childDate[0].title}}
</view>
<view class="width25 font13 fcor999">{{swipers.timeData}}</view>
<view class="width25 font13 fcor999">{{item.childDate[0].timeData}}</view>
<view class="width20 alijus">
<image class="icon15" mode="widthFix" src="../../../static/img/jt.png"></image>
@ -147,7 +147,6 @@
}
getMsgByList(datas).then(res => {
if (res.return_code == '000000' && res.return_data.list != '') {
this.newsList = res.return_data.list;
this.isNoMoreData = res.return_data.list.length == this.pageSize ? false : true;
if (res.return_data.total == (this.pageNum * this.pageSize)) {
this.isNoMoreData = true;