bug
This commit is contained in:
parent
2cd37d4337
commit
9335d317a7
@ -1246,6 +1246,10 @@ public class OilOrderServiceImpl extends ServiceImpl<OilOrderMapper, OilOrder> i
|
|||||||
UserBalance balance = userBalanceService.selectUserBalance(userId, store.getChainStoreId());
|
UserBalance balance = userBalanceService.selectUserBalance(userId, store.getChainStoreId());
|
||||||
// 根据用户id查询用户信息
|
// 根据用户id查询用户信息
|
||||||
LJUserVo userVo1 = userService.selectUserById(userId, storeId);
|
LJUserVo userVo1 = userService.selectUserById(userId, storeId);
|
||||||
|
if (ObjectUtil.isEmpty(userVo1)){
|
||||||
|
res.put("error", "当前会员不存在!");
|
||||||
|
return res;
|
||||||
|
}
|
||||||
|
|
||||||
// 根据日期生成订单信息
|
// 根据日期生成订单信息
|
||||||
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHHmmss");
|
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHHmmss");
|
||||||
|
@ -1926,6 +1926,7 @@
|
|||||||
this_.isQuery = false;
|
this_.isQuery = false;
|
||||||
clearInterval(timer);
|
clearInterval(timer);
|
||||||
}
|
}
|
||||||
|
await this_.getMemberAfter();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
@ -102,10 +102,10 @@
|
|||||||
|
|
||||||
<view class="station-title" style="display: flex;justify-content: space-between;">
|
<view class="station-title" style="display: flex;justify-content: space-between;">
|
||||||
{{store.name}}{{store.description ? "("+store.description+")" : ""}}
|
{{store.name}}{{store.description ? "("+store.description+")" : ""}}
|
||||||
<!-- <view class="" @click="goChooseAddress" style="width: 22%;font-size: 14px;font-weight: 400;">
|
<view class="" @click="goChooseAddress" style="width: 22%;font-size: 14px;font-weight: 400;">
|
||||||
<view style="font-size: 12px;">切换位置 <uni-icons type="right" color="#304fff"
|
<view style="font-size: 12px;">切换位置 <uni-icons type="right" color="#304fff"
|
||||||
size="14"></uni-icons> </view>
|
size="14"></uni-icons> </view>
|
||||||
</view> -->
|
</view>
|
||||||
</view><!--顺通石化加油站(工业南路站)-->
|
</view><!--顺通石化加油站(工业南路站)-->
|
||||||
<view style="display: flex;">
|
<view style="display: flex;">
|
||||||
<view class="bule-icon" v-if="welfare.length!=0" v-for="(item,index) in welfare" :key="index">
|
<view class="bule-icon" v-if="welfare.length!=0" v-for="(item,index) in welfare" :key="index">
|
||||||
|
Loading…
Reference in New Issue
Block a user