Преглед изворни кода

Merge branch 'dev' of xiongzhu/paimaide into master

panhui пре 3 година
родитељ
комит
92bb745a41
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      src/App.vue
  2. 1 1
      src/views/HomePage.vue

+ 1 - 1
src/App.vue

@@ -115,7 +115,7 @@ onMounted(() => {
         customers.value = JSON.parse(res.value)
         customers.value = JSON.parse(res.value)
         http.get('/user/myBroker').then(res => {
         http.get('/user/myBroker').then(res => {
             console.log(res)
             console.log(res)
-            customers.value.push({
+            customers.value.splice(0, 0, {
                 type: 'Telegram',
                 type: 'Telegram',
                 account: res.account,
                 account: res.account,
                 broker: true,
                 broker: true,

+ 1 - 1
src/views/HomePage.vue

@@ -9,7 +9,7 @@
                     </van-swipe-item>
                     </van-swipe-item>
                     <van-swipe-item :key="999">
                     <van-swipe-item :key="999">
                         <van-image
                         <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"
                             fit="cover"
                             height="65vw"
                             height="65vw"
                             width="100vw"
                             width="100vw"