【update】去掉【114/22】

This commit is contained in:
fengchenchen
2023-11-09 16:24:54 +08:00
parent 09bbf1848e
commit 3cb7496a05
4 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -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
}
],
+6
View File
@@ -262,6 +262,12 @@ Page({
url: '../signUpPage/signUpPage',
})
}
} else {
wx.showToast({
title: res.message,
icon: "none",
duration: 800,
});
}
}).catch(err => {
console.log(err);
+1 -1
View File
@@ -37,7 +37,7 @@ const LinkTopicsEnums = {
},
freeTwo: { name: '免费专题', index: 8 },
default: {
name: '114/22焦点论坛(默认专题)',
name: '焦点论坛(默认专题)',
index: 99
}
}
+1 -1
View File
@@ -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}}">