weex-ui
Version:
A rich interaction, lightweight, high performance UI library based on Weex
30 lines (29 loc) • 856 B
JavaScript
/**
* Created by 侑夕 on 2016/11/4.
*/
module.exports = {
errorPage: {
pic: '//gtms01.alicdn.com/tfs/TB1HH4TSpXXXXauXVXXXXXXXXXX-320-320.png',
content: '抱歉出错了,飞猪正在全力解决中',
button: '再试一次',
title: '出错啦'
},
noGoods: {
pic: '//gw.alicdn.com/tfs/TB1QXlEQXXXXXcNXFXXXXXXXXXX-320-320.png',
content: '主人,这里什么都没有找到',
button: '再试一次',
title: '暂无商品'
},
noNetwork: {
pic: '//gw.alicdn.com/tfs/TB1rs83QXXXXXcBXpXXXXXXXXXX-320-320.png',
content: '哎呀,没有网络了......',
button: '刷新一下',
title: '无网络'
},
errorLocation: {
pic: '//gw.alicdn.com/tfs/TB1rs83QXXXXXcBXpXXXXXXXXXX-320-320.png',
content: '哎呀,定位失败了......',
button: '刷新一下',
title: '定位失败'
}
}