sale-client 4.2.130 → 4.2.132

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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Dec 18 17:45:08 CST 2025
2
+ gradle.version=5.2.1
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.2.130",
3
+ "version": "4.2.132",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -212,9 +212,9 @@
212
212
  self.model.f_address = res.data[0].f_address
213
213
  self.model.f_user_phone = res.data[0].f_user_phone
214
214
  self.model.version = res.data[0].version
215
- self.model.f_limit_value = res.data[0].f_limit_value
216
- self.model.f_limit_times = res.data[0].f_limit_times
217
- self.model.f_limit_amount = res.data[0].f_limit_amount
215
+ self.model.f_limit_value = res.data[0].f_limit_value ? res.data[0].f_limit_value : 20
216
+ self.model.f_limit_times = res.data[0].f_limit_times ? res.data[0].f_limit_times : 99999
217
+ self.model.f_limit_amount = res.data[0].f_limit_amount ? res.data[0].f_limit_amount : 20
218
218
  self.model.f_black_state = res.data[0].f_black_state
219
219
  if (res.data[0].f_black_state == '移出拉黑审核' || res.data[0].f_black_state == '已拉黑') {
220
220
  self.model.id = res.data[0].id2