【update】去掉【114/22】
This commit is contained in:
@@ -35,8 +35,8 @@ const WasicTopicData = [
|
||||
children: [
|
||||
{
|
||||
'value': '99',
|
||||
'text': '114/22焦点论坛(08:00-12:00,全体大会)',
|
||||
'title': '114/22焦点论坛(08:00-12:00,全体大会)',
|
||||
'text': '焦点论坛(08:00-12:00,全体大会)',
|
||||
'title': '焦点论坛(08:00-12:00,全体大会)',
|
||||
// 'disabled': true
|
||||
}
|
||||
],
|
||||
|
||||
@@ -262,6 +262,12 @@ Page({
|
||||
url: '../signUpPage/signUpPage',
|
||||
})
|
||||
}
|
||||
} else {
|
||||
wx.showToast({
|
||||
title: res.message,
|
||||
icon: "none",
|
||||
duration: 800,
|
||||
});
|
||||
}
|
||||
}).catch(err => {
|
||||
console.log(err);
|
||||
|
||||
@@ -37,7 +37,7 @@ const LinkTopicsEnums = {
|
||||
},
|
||||
freeTwo: { name: '免费专题', index: 8 },
|
||||
default: {
|
||||
name: '114/22焦点论坛(默认专题)',
|
||||
name: '焦点论坛(默认专题)',
|
||||
index: 99
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
<!-- 是否有邀请码选择是 且非编辑状态 才会出现 -->
|
||||
<view class="form-item" wx:if="{{ isInviteCode === '1' && !isEdit}}" style="margin-bottom:10rpx">
|
||||
<text class="item-label flex-1 validate">邀请码:</text>
|
||||
<input placeholder-class="text-right" name="inviteCode" bindinput="bindInputInviteCode" value="{{inviteCode}}" placeholder="请输入邀请码" />
|
||||
<input placeholder-class="text-right" name="inviteCode" bindinput="bindInputInviteCode" value="{{inviteCode}}" placeholder="格式:前缀-邀请码" />
|
||||
</view>
|
||||
|
||||
<view class="form-item" wx:if="{{isInviteCode === '1' && !isEdit}}">
|
||||
|
||||
Reference in New Issue
Block a user