UNPKG

butterfly-ui

Version:

A rich interaction, lightweight, high performance UI library based on Weex

32 lines (30 loc) 935 B
/** * CopyRight (C) 2017-2022 Alibaba Group Holding Limited. * Created by Tw93 on 2016/11/4. */ export default { errorPage: { pic: 'https://img.alicdn.com/tfs/TB17blphfDH8KJjy1XcXXcpdXXa-320-320.png', content: '抱歉出错了,我们正在全力解决中', button: '再试一次', title: '出错啦' }, noGoods: { pic: 'https://img.alicdn.com/tfs/TB1mPWEeOqAXuNjy1XdXXaYcVXa-320-320.png', content: '主人,这里什么都没有找到', button: '再试一次', title: '暂无商品' }, noNetwork: { pic: 'https://img.alicdn.com/tfs/TB1jkA5g9_I8KJjy0FoXXaFnVXa-320-320.png', content: '哎呀,没有网络了......', button: '刷新一下', title: '无网络' }, errorLocation: { pic: 'https://img.alicdn.com/tfs/TB1zXXahhrI8KJjy0FpXXb5hVXa-320-320.png', content: '哎呀,定位失败了......', button: '刷新一下', title: '定位失败' } }