This commit is contained in:
caolc
2023-05-08 10:45:07 +08:00
parent 8fd25deedf
commit 1c3e0f9662
27 changed files with 388 additions and 297 deletions

View File

@@ -40,14 +40,14 @@
付款码
</text>
</view>
<view class="text-xxl" @tap="toCards">
<!-- <view class="text-xxl" @tap="toCards">
<view class="cuIcon-vipcard">
</view>
<text class="text-df">
加油卡
</text>
</view>
</view> -->
<view class="text-xxl" @tap="toOrders">
<view class="cuIcon-form">
@@ -370,11 +370,11 @@
});
},
getAmount() {
accountApi.getTotalOilCardInfo().then(res => {
if (res.code == 20000) {
this.userTotal = res.data
}
})
// accountApi.getTotalOilCardInfo().then(res => {
// if (res.code == 20000) {
// this.userTotal = res.data
// }
// })
},
refreshLocation() {
uni.getLocation({
@@ -494,6 +494,7 @@
pageSize: 10,
params: { //类型Object 必有字段 备注:// 筛选对象
clientBelong:'ZHONGPIN',
targetApp:'SAAS',
sort: "juli", //类型String 必有字段 备注:// 智能排序 ( price价格最低 juli距离最近 ) 默认距离排序
// longitude: 117.157817, // 必有字段 备注:// 当前位置经度
// latitude: 31.802472, // 必有字段 备注:// 当前位置维度