esoftplay-event 0.0.1-m → 0.0.1-n

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.
@@ -556,8 +556,8 @@ export default function m(props: EventOrder_detailProps): any {
556
556
  loadDataAddons(item?.addons_id, item?.url)
557
557
  }}
558
558
  icon={'plus-circle'}
559
- title={"item.title"}
560
- info={"item.info"}
559
+ title={item.title}
560
+ info={item.info}
561
561
  />
562
562
  )
563
563
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay-event",
3
- "version": "0.0.1-m",
3
+ "version": "0.0.1-n",
4
4
  "description": "event module on esoftplay framework",
5
5
  "main": "index.js",
6
6
  "scripts": {