Browse Source

修改“我的”图片为英文名;

zhaowenkang/feature-20251028181547-行情页面
宋杰 4 weeks ago
parent
commit
9a0f2f2adb
  1. 8
      pages/home/member.vue
  2. 0
      static/my/Check-in.png
  3. 0
      static/my/MarketSettings.png
  4. 0
      static/my/Settings.png
  5. 0
      static/my/bell.png

8
pages/home/member.vue

@ -2,7 +2,7 @@
<view class="main">
<view class="top">
<view class="bell">
<image class="image-bell" src="/static/my/铃铛2.png"></image>
<image class="image-bell" src="/static/my/bell.png"></image>
</view>
<view class="msg">
<view class="msg-left">
@ -16,18 +16,18 @@
<view class="userId">ID:{{ dccode }}</view>
</view>
<view class="msg-right">
<image class="image-attendance" src="/static/my/签到.png" />
<image class="image-attendance" src="/static/my/Check-in.png" />
<span style="font-size:10px;">签到</span>
</view>
</view>
<view class="settings-buttons">
<view class="setting-btn" @click="goToMarket">
<image src="/static/my/行情设置.png" class="setting-icon" />
<image src="/static/my/MarketSettings.png" class="setting-icon" />
<text>行情设置</text>
</view>
<view class="setting-btn" @click="goToGeneral">
<image src="/static/my/设置.png" class="setting-icon" />
<image src="/static/my/Settings.png" class="setting-icon" />
<text>通用设置</text>
</view>
</view>

0
static/my/签到.png → static/my/Check-in.png

Before

Width: 22  |  Height: 22  |  Size: 614 B

After

Width: 22  |  Height: 22  |  Size: 614 B

0
static/my/行情设置.png → static/my/MarketSettings.png

Before

Width: 33  |  Height: 33  |  Size: 687 B

After

Width: 33  |  Height: 33  |  Size: 687 B

0
static/my/设置.png → static/my/Settings.png

Before

Width: 27  |  Height: 27  |  Size: 1.2 KiB

After

Width: 27  |  Height: 27  |  Size: 1.2 KiB

0
static/my/铃铛2.png → static/my/bell.png

Before

Width: 13  |  Height: 16  |  Size: 358 B

After

Width: 13  |  Height: 16  |  Size: 358 B

Loading…
Cancel
Save