Skip to content

Commit

Permalink
fix(input): 修改示例图片路径
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Aug 2, 2018
1 parent c968116 commit 16241fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/pages/form/input/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Taro from '@tarojs/taro'
import { View, Image } from '@tarojs/components'
import AtInput from '../../../components/input/index'
import AtForm from '../../../components/form/index'
import verificationCode from './verificationCode.png'
import verificationCode from '../../../assets/images/verification_code.png'
import './index.scss'

export default class Index extends Taro.Component {
Expand Down

0 comments on commit 16241fe

Please sign in to comment.