fix bug
parent
0b31c3eb0a
commit
8e48e39b0b
|
|
@ -424,7 +424,8 @@ export default function detail () {
|
|||
</Picker>
|
||||
</View>
|
||||
</View>
|
||||
{index === 0 && <View className="user-form-item">
|
||||
{/* 是否协同他人--暂时不要了! */}
|
||||
{false && index === 0 && <View className="user-form-item">
|
||||
<View className='cell-item'>
|
||||
<View className="cell-item-tit">是否协同他人一起参加</View>
|
||||
<View className='flex-row'>
|
||||
|
|
|
|||
|
|
@ -241,8 +241,7 @@ export default function detail () {
|
|||
if (item.has_stauts) {
|
||||
navigateTo('/pages/recommend/status?id=' + activeInfo.activity_id + '&time=')
|
||||
} else {
|
||||
if (applyStatus) return
|
||||
navigateTo('/pages/recommend/apply?id=' + activeInfo.activity_id + '&time=')
|
||||
if (applyStatus || item.limit - item.join < 1) return
|
||||
Taro.navigateTo({
|
||||
url: '/pages/recommend/apply?id=' + activeInfo.activity_id,
|
||||
success: (res) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue