captain-ui
Version:
有赞vue wap业务组件库
33 lines (30 loc) • 855 B
JavaScript
export default {
render: function render() {
var _vm = this;
var _h = _vm.$createElement;
var _c = _vm._self._c || _h;
return _c('div', {
staticClass: "coupon-activity"
}, [_c('div', {
staticClass: "coupon-activity__header"
}), _c('div', {
staticClass: "coupon-activity__avatar",
style: {
backgroundImage: "url(" + _vm.shopInfo.avatar + ")"
}
}), _c('div', {
staticClass: "coupon-activity__title"
}, [_c('div', {
staticClass: "coupon-activity__team-name"
}, [_vm._v(_vm._s(_vm.shopInfo.shopName))]), _c('div', {
staticClass: "coupon-activity__page-title"
}, [_vm._v(_vm._s(_vm.pageTitle))])]), _c('div', {
staticClass: "coupon-activity__bottom"
})]);
},
name: 'coupon-activity',
props: {
shopInfo: Object,
pageTitle: String
}
};