修改主题
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="switchWindow" :class="switchActive === true ? 'on' : ''">
|
||||
<!-- @/assets/images/public.png -->
|
||||
<!-- @/static/images/public.png -->
|
||||
<view class="pictrue">
|
||||
<image v-if="login_type === 'h5'" :src="$VUE_APP_RESOURCES_URL+'/images/h5.png'" />
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/h5.png'" alt v-else />
|
||||
<image v-if="login_type === 'h5'" src="@/static/images/h5.png" />
|
||||
<image src="@/static/images/h5.png" alt v-else />
|
||||
</view>
|
||||
<!-- 是否选择切换到小程序账户? -->
|
||||
<view class="info">
|
||||
|
Reference in New Issue
Block a user