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