jufubao-admin-library 1.1.174 → 1.1.175

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.
@@ -428,7 +428,7 @@
428
428
  && policySettingObj.data.formula.options
429
429
  && policySettingObj.data.formula.options.length > 0
430
430
  ) {
431
- if(this.channelParams.scene === 'modifyprice'){
431
+ if(this.channelParams.scene === 'modifyprice'||this.channelParams.scene === 'select'){
432
432
  commonConfig['sale_price_base'] = policySettingObj.data.formula;
433
433
  }
434
434
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.174",
3
+ "version": "1.1.175",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {