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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-food",
3
- "version": "1.0.12-beta4",
3
+ "version": "1.0.12-beta5",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件餐饮插件包",
6
6
  "main": "index.js",
@@ -316,7 +316,7 @@
316
316
 
317
317
  .jfb-food-product-info {
318
318
  &__body{
319
- background-color: #efefef;
319
+ background-color: #f8f8f8;
320
320
  .xd-store-product {
321
321
  color: #333;
322
322
  &__swiper {
@@ -625,7 +625,7 @@
625
625
 
626
626
  .jfb-food-product-list {
627
627
  &__body{
628
- background-color: #f0f0f0;
628
+ background-color: #f8f8f8;
629
629
  .flex-center{
630
630
  display: flex;
631
631
  align-items: center;
@@ -7,7 +7,7 @@ export default (data)=>{
7
7
  ele: 'xd-select-pages-path',
8
8
  valueKey: 'foodDetailPath',
9
9
  placeholder: '请选择商品详情页跳转地址',
10
- value: data.payPath || null,
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.payPath || null,
23
+ value: data.confirmPath || null,
24
24
  labelInline: true,
25
25
  setting: {
26
26
  router: XdBus.getParentApi('getPagesTree'),