2021-06-21 23:47:23 +08:00

31 lines
896 B
JavaScript

(window.webpackJsonp = window.webpackJsonp || []).push([
[84],
{
'4ZOe': function(a, e, n) {
'use strict';
n.r(e);
var t = {
editData: [
{ key: 'bgColor', name: '背景颜色', type: 'Color' },
{ key: 'money', name: '优惠金额', type: 'Number' },
{ key: 'ifText', name: '优惠条件', type: 'Text' },
{ key: 'dealTime', name: '有效期', type: 'TextArea' },
{ key: 'desc', name: '提示信息', type: 'TextArea' },
{ key: 'link', name: '跳转链接', type: 'Text' },
],
config: {
bgColor: 'rgba(228,162,22,1)',
money: 50,
link: 'http://h5.dooring.cn',
ifText: '满199元使用',
dealTime: '2020.02.12-02.16',
desc: '有家店铺',
},
};
e.default = t;
},
},
]);
//# sourceMappingURL=84.js.map