jufubao-base 1.0.56-beta7 → 1.0.56-beta8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -59,10 +59,10 @@ export default {
|
|
|
59
59
|
inline: false,
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
|
-
label: '
|
|
62
|
+
label: '卡券密码绑定地址:', //label
|
|
63
63
|
ele: 'xd-select-pages-path', //package 名称
|
|
64
64
|
valueKey: 'bind_url', //form[valueKey]
|
|
65
|
-
placeholder: '
|
|
65
|
+
placeholder: '请选择卡券密码绑定地址',
|
|
66
66
|
value: null,
|
|
67
67
|
setting: {
|
|
68
68
|
router: XdBus.getParentApi('getPagesTree'),
|
|
@@ -70,10 +70,10 @@ export default {
|
|
|
70
70
|
inline: false,
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
|
-
label: '
|
|
73
|
+
label: '扫码绑定卡券确认地址:', //label
|
|
74
74
|
ele: 'xd-select-pages-path', //package 名称
|
|
75
75
|
valueKey: 'confirm_url', //form[valueKey]
|
|
76
|
-
placeholder: '
|
|
76
|
+
placeholder: '请选择扫码绑定卡券确认地址',
|
|
77
77
|
value: null,
|
|
78
78
|
setting: {
|
|
79
79
|
router: XdBus.getParentApi('getPagesTree'),
|
|
@@ -4,16 +4,6 @@ export default {
|
|
|
4
4
|
style: [],
|
|
5
5
|
advanced: [],
|
|
6
6
|
content: [
|
|
7
|
-
{
|
|
8
|
-
label: "票券布局",
|
|
9
|
-
ele: "xd-radio",
|
|
10
|
-
valueKey: "cardLayout",
|
|
11
|
-
value: "1",
|
|
12
|
-
list: [
|
|
13
|
-
{label: "布局1", value: "1"},
|
|
14
|
-
{label: "布局2", value: "2"},
|
|
15
|
-
]
|
|
16
|
-
},
|
|
17
7
|
{
|
|
18
8
|
label: '票券登陆文案:',
|
|
19
9
|
ele: 'el-input',
|
|
@@ -59,10 +49,10 @@ export default {
|
|
|
59
49
|
inline: false,
|
|
60
50
|
},
|
|
61
51
|
{
|
|
62
|
-
label: '
|
|
52
|
+
label: '卡券密码绑定地址:', //label
|
|
63
53
|
ele: 'xd-select-pages-path', //package 名称
|
|
64
54
|
valueKey: 'bind_url', //form[valueKey]
|
|
65
|
-
placeholder: '
|
|
55
|
+
placeholder: '请选择卡券密码绑定地址',
|
|
66
56
|
value: null,
|
|
67
57
|
setting: {
|
|
68
58
|
router: XdBus.getParentApi('getPagesTree'),
|
|
@@ -70,10 +60,10 @@ export default {
|
|
|
70
60
|
inline: false,
|
|
71
61
|
},
|
|
72
62
|
{
|
|
73
|
-
label: '
|
|
63
|
+
label: '扫码绑定卡券确认地址:', //label
|
|
74
64
|
ele: 'xd-select-pages-path', //package 名称
|
|
75
65
|
valueKey: 'confirm_url', //form[valueKey]
|
|
76
|
-
placeholder: '
|
|
66
|
+
placeholder: '请选择扫码绑定卡券确认地址',
|
|
77
67
|
value: null,
|
|
78
68
|
setting: {
|
|
79
69
|
router: XdBus.getParentApi('getPagesTree'),
|
|
@@ -43,10 +43,10 @@ export default {
|
|
|
43
43
|
inline: false,
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
label: '
|
|
46
|
+
label: '卡券密码绑定地址:', //label
|
|
47
47
|
ele: 'xd-select-pages-path', //package 名称
|
|
48
48
|
valueKey: 'cardBindPath', //form[valueKey]
|
|
49
|
-
placeholder: '
|
|
49
|
+
placeholder: '请选择卡券密码绑定地址',
|
|
50
50
|
value: data.cardBindPath || null,
|
|
51
51
|
setting: {
|
|
52
52
|
router: XdBus.getParentApi('getPagesTree'),
|
|
@@ -19,10 +19,10 @@ export default {
|
|
|
19
19
|
notice: '当未设置文案时候,前台页面显示为"<span style="color:red">登录</span>"'
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
|
-
label: '
|
|
22
|
+
label: '卡券密码绑定地址:', //label
|
|
23
23
|
ele: 'xd-select-pages-path', //package 名称
|
|
24
24
|
valueKey: 'cardBindPath', //form[valueKey]
|
|
25
|
-
placeholder: '
|
|
25
|
+
placeholder: '卡券密码绑定地址',
|
|
26
26
|
value: data.cardBindPath || null,
|
|
27
27
|
setting: {
|
|
28
28
|
router: XdBus.getParentApi('getPagesTree'),
|