✨ feat(ID1000949): 面料优选和内部小程序领取色卡,面料限制从5个调整成10个;
【面料优选和内部小程序领取色卡,面料限制从5个调整成10个;】 https://www.tapd.cn/53459131/prong/stories/view/1153459131001000949
This commit is contained in:
parent
854b079b40
commit
b820213e7f
@ -1,11 +1,11 @@
|
||||
export const BASE_URL = CURRENT_BASE_URL
|
||||
// export const BASE_URL = CURRENT_BASE_URL
|
||||
// export const BASE_URL = `http://192.168.0.75:50001/lymarket`
|
||||
// export const BASE_URL = `http://192.168.0.89:50001/lymarket`
|
||||
// export const BASE_URL = `http://10.0.0.5:50001/lymarket`
|
||||
// export const BASE_URL = `http://192.168.0.89:40001/lymarket`
|
||||
// export const BASE_URL = `http://192.168.1.165:40001/lymarket` // 王霞
|
||||
// export const BASE_URL = 'https://test.zzfzyc.com/lymarket' // 测试环境
|
||||
// export const BASE_URL = 'https://pre.zzfzyc.com/lymarket' // 预发布
|
||||
export const BASE_URL = 'https://pre.zzfzyc.com/lymarket' // 预发布
|
||||
// export const BASE_URL = `http://192.168.1.9:40001/lymarket` // 发
|
||||
// export const BASE_URL = `http://192.168.1.9:50005/lymarket` // 发
|
||||
// export const BASE_URL = `http://192.168.1.30:50001/lymarket` // 发
|
||||
|
||||
@ -29,7 +29,7 @@ export interface ParamType {
|
||||
}
|
||||
|
||||
// 限制5个
|
||||
const limit = 5
|
||||
const limit = 10
|
||||
|
||||
export default memo((props: ParamType) => {
|
||||
const { selectList } = props
|
||||
@ -57,7 +57,7 @@ const Index = memo((props: ParamType&{ isDisabled: boolean }) => {
|
||||
console.log('isDisabled', isDisabled)
|
||||
if (props.value.is_add) { return false }
|
||||
if (isDisabled) {
|
||||
alert.none('每次最多申请5种面料')
|
||||
alert.none(`每次最多申请${limit}种面料`)
|
||||
return false
|
||||
}
|
||||
setCheckStatus(!checkStatus)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user