@@ -115,7 +115,7 @@ onMounted(() => {
customers.value = JSON.parse(res.value)
http.get('/user/myBroker').then(res => {
console.log(res)
- customers.value.push({
+ customers.value.splice(0, 0, {
type: 'Telegram',
account: res.account,
broker: true,
@@ -9,7 +9,7 @@
</van-swipe-item>
<van-swipe-item :key="999">
<van-image
- src="https://paimaide.s3.ap-northeast-1.amazonaws.com/image/2023-02-10-15-49-57eGbeTezi.png"
+ src="https://paimaide.s3.ap-northeast-1.amazonaws.com/image/2023-03-13-16-01-05mrZJlQJL.jpg"
fit="cover"
height="65vw"
width="100vw"