浏览代码

fix: 修改图标

liangan 3 周之前
父节点
当前提交
5c92e65886
共有 5 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/components/CustomerServiceFab.vue
  2. 1 1
      src/pages/mine/mine.vue
  3. 二进制
      src/static/icons/help-fb.png
  4. 二进制
      src/static/icons/set-help.png
  5. 二进制
      src/static/icons/whatsapp-fb.png

+ 2 - 2
src/components/CustomerServiceFab.vue

@@ -74,10 +74,10 @@ function openHelpCenter() {
     <template #trigger>
       <view class="w-80rpx">
         <view class="customer-fab-action mb-12rpx" @click="openCustomerService">
-          <image src="/static/icons/whatsapp.png" class="customer-fab-action__icon" mode="heightFix" />
+          <image src="/static/icons/whatsapp-fb.png" class="customer-fab-action__icon" mode="heightFix" />
         </view>
         <view class="customer-fab-action" @click="openHelpCenter">
-          <image src="/static/icons/icon-info.png" class="customer-fab-action__icon" mode="heightFix" />
+          <image src="/static/icons/help-fb.png" class="customer-fab-action__icon" mode="heightFix" />
         </view>
       </view>
     </template>

+ 1 - 1
src/pages/mine/mine.vue

@@ -103,7 +103,7 @@ const menuList = computed(() => {
     { name: t('mine.menu.share'), url: '/pages/mine/share', icon: '/static/icons/share.png' },
     { name: t('mine.menu.favorite'), url: '/pages/mine/myFavorite', icon: '/static/icons/my-favorite.png' },
     { name: t('mine.menu.chat'), config: 'live_chat', icon: '/static/icons/live-chat.png' },
-    { name: t('mine.menu.helpCenter'), url: '/pages/mine/helpCenter', icon: '/static/icons/icon-info.png' },
+    { name: t('mine.menu.helpCenter'), url: '/pages/mine/helpCenter', icon: '/static/icons/set-help.png' },
     // { name: t('mine.menu.activity'), config: 'activity_group', icon: '/static/icons/activity-group.png' },
   ]
 })

二进制
src/static/icons/help-fb.png


二进制
src/static/icons/set-help.png


二进制
src/static/icons/whatsapp-fb.png