1
jhzh
2025-03-28 bc348cc5931ab14590f70718dc683af247f82304
1
6 files modified
17033 ■■■■■ changed files
.gitignore 1 ●●●● patch | view | raw | blame | history
package-lock.json 17017 ●●●●● patch | view | raw | blame | history
src/components/kline-charts/index.vue 2 ●●● patch | view | raw | blame | history
src/page/announce/announceDetail.vue 5 ●●●● patch | view | raw | blame | history
src/page/pledgeLoan/index.vue 4 ●●●● patch | view | raw | blame | history
src/page/userCenter/index.vue 4 ●●●● patch | view | raw | blame | history
.gitignore
@@ -3,3 +3,4 @@
node_modules/.bin/eslint.cmd
node_modules/
dist.rar
jys_app.rar
package-lock.json
Diff too large
src/components/kline-charts/index.vue
@@ -22,10 +22,10 @@
</template>
<script>
import { init, dispose } from 'klinecharts'
import { Loading } from '@vant/weapp';
let chart = null
import { _getKline } from '@/API/trade.api'
import config from './config'
import { Loading } from 'vant';
import { scientificNotationToString } from "@/utils/utis";
export default {
  name: 'KlineCharts',
src/page/announce/announceDetail.vue
@@ -5,6 +5,7 @@
            <div class="font-52 font-700 textColor">{{ title }}</div>
            <p class="mt-20 text-grey font-24">{{ createTimeStr }}</p>
            <div  style="white-space:pre-wrap;"   class="mt-32 text-cont textColor" v-html="content"></div>
            <img style="width: 100%; " :src="imgUrl"></img>
        </div>
    </div>
</template>
@@ -24,7 +25,8 @@
        return {
            title: '',
            createTimeStr: '',
            content: ''
            content: '',
            imgUrl:''
        }
    },
    mounted() {
@@ -39,6 +41,7 @@
                this.title = res.data.title;
                this.createTimeStr = dataTimeEx(res.data.startTime)
                this.content = res.data.content
                this.imgUrl = res.data.imgUrl
            })
        }
    }
src/page/pledgeLoan/index.vue
@@ -39,7 +39,7 @@
                    <input class="h-full pl-22 inputBackground1" type="number" v-model="pledgeAmount" @input="changeAmount"
                        :placeholder="$t('请输入质押数量')">
                    <div class="right w-252 h-62 flex items-center pl-26 box-border" @click="openSelectBorrow">
                        <img :src="`${HOST_URL}/symbol/${pledgeCurrency.toLowerCase()}.png`" class="w-48 h-48" alt="" />
                        <img :src="`${HOST_URL}/wap/symbol/${pledgeCurrency.toLowerCase()}.png`" class="w-48 h-48" alt="" />
                        <span class="ml-14 mr-30 w-90">{{ pledgeCurrency.toUpperCase() }}</span>
                        <img src="../../assets/image/icon-more.png" alt="logo" class="w-24 h-24" />
                    </div>
@@ -49,7 +49,7 @@
                            <div class="flex items-center border-b-color justify-between" v-for="item in walletList"
                                :key="item.symbol" @click.stop="selectCoin(item)">
                                <div class="flex items-center">
                                    <img :src="`${HOST_URL}/symbol/${item.symbol.toLowerCase()}.png`" class="w-40 h-40"
                                    <img :src="`${HOST_URL}/wap/symbol/${item.symbol.toLowerCase()}.png`" class="w-40 h-40"
                                        alt="">
                                    <span class="ml-14 font-24 text-grey">{{ item.symbol.toUpperCase() }}</span>
                                </div>
src/page/userCenter/index.vue
@@ -17,9 +17,9 @@
          <span>ID:{{ userInfo.usercode }}</span>
        </div>
      </div>
      <div style="margin-right: 20px">
      <!-- <div style="margin-right: 20px">
        <img src="@/assets/image/userCenter/more.png" style="width: 15px;"/>
      </div>
      </div> -->
    </div>
    <div class="content">