jufubao-admin-library 1.1.164 → 1.1.165

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.
@@ -534,13 +534,13 @@ export default {
534
534
  },
535
535
  ],
536
536
  },
537
- params.activity_use_scene==='prize'&&{
537
+ (params.activity_use_scene==='prize' || params.activity_use_scene==='plus-award')&&{
538
538
  ele: "title",
539
539
  label: "奖品与规则设置",
540
540
  size: "mini", //default/mini/small
541
541
  },
542
542
  // #ifdef sms-prize
543
- params.activity_use_scene==='prize'&&{
543
+ (params.activity_use_scene==='prize' || params.activity_use_scene==='plus-award')&&{
544
544
  label: "参与用户范围:", //label
545
545
  ele: "xd-radio",
546
546
  valueKey: "attend_user_range", //form[valueKey]
@@ -624,6 +624,25 @@ export default {
624
624
  ],
625
625
  },
626
626
  // #ifdef sms-prize
627
+ params.activity_use_scene === 'plus-award' &&{
628
+ label: "邀请增加次数:",
629
+ ele: "xd-input-unit",
630
+ valueKey: "invitation_add_attend_number",
631
+ value: params.invitation_add_attend_number ?? "",
632
+ setting: {
633
+ unit: "人/次",
634
+ width: "180px",
635
+ type: "number",
636
+ pos: "append",
637
+ // tips: "如填写0,则按不限制次数处理",
638
+ },
639
+ placeholder: {
640
+ unitPlaceholder: "请输入数值",
641
+ },
642
+ rules: [
643
+ { required: true, message: "请设置", trigger: "change" },
644
+ ]
645
+ },
627
646
  params.site_id&&{
628
647
  label:'奖品设置:',
629
648
  slot:'prize_set',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.164",
3
+ "version": "1.1.165",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {