Ver código fonte

fix: 修改图标

liangan 3 semanas atrás
pai
commit
5c92e65886

+ 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' },
   ]
 })

BIN
src/static/icons/help-fb.png


BIN
src/static/icons/set-help.png


BIN
src/static/icons/whatsapp-fb.png