Browse Source

Update index.tsx

lex 2 years ago
parent
commit
19e9fcb886
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/o-protocol/index.tsx

+ 2 - 2
src/components/o-protocol/index.tsx

@@ -1,8 +1,8 @@
 import { Checkbox, Icon, Popup } from 'vant'
 import { Checkbox, Icon, Popup } from 'vant'
 import { defineComponent, PropType } from 'vue'
 import { defineComponent, PropType } from 'vue'
 import styles from './index.module.less'
 import styles from './index.module.less'
-import activeButtonIcon from '@common/images/icon_checkbox.png'
-import inactiveButtonIcon from '@common/images/icon_checkbox_default.png'
+import activeButtonIcon from '@common/images/icon-checkbox-check.png'
+import inactiveButtonIcon from '@common/images/icon-checkbox-default.png'
 import ColHeader from '../o-header'
 import ColHeader from '../o-header'
 import request from '@/helpers/request'
 import request from '@/helpers/request'
 const protocolText = {
 const protocolText = {