jufubao-food 1.0.12-beta4 → 1.0.12-beta5
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
|
@@ -7,7 +7,7 @@ export default (data)=>{
|
|
|
7
7
|
ele: 'xd-select-pages-path',
|
|
8
8
|
valueKey: 'foodDetailPath',
|
|
9
9
|
placeholder: '请选择商品详情页跳转地址',
|
|
10
|
-
value: data.
|
|
10
|
+
value: data.foodDetailPath || null,
|
|
11
11
|
labelInline: true,
|
|
12
12
|
setting: {
|
|
13
13
|
router: XdBus.getParentApi('getPagesTree'),
|
|
@@ -20,7 +20,7 @@ export default (data)=>{
|
|
|
20
20
|
ele: 'xd-select-pages-path',
|
|
21
21
|
valueKey: 'confirmPath',
|
|
22
22
|
placeholder: '请选择订单确认页跳转地址',
|
|
23
|
-
value: data.
|
|
23
|
+
value: data.confirmPath || null,
|
|
24
24
|
labelInline: true,
|
|
25
25
|
setting: {
|
|
26
26
|
router: XdBus.getParentApi('getPagesTree'),
|