Commit eaa237bc authored by lvtz's avatar lvtz

fix

parent dc13b020
......@@ -180,7 +180,7 @@ Page({
},
goMoretheme(e) {
const { item } = e.currentTarget.dataset;
if (this.data.moreTheme.join_rule_type == 2) {
if (this.data.moreTheme.join_rule_type == 3) {
this.setData({
dailogShow: true
});
......@@ -264,7 +264,7 @@ Page({
} else {
if (moreThemeInfo.info_collection_count > 0) {
// 填过信息报名项
if (this.data.moreTheme.join_rule_type == 2) {
if (this.data.moreTheme.join_rule_type == 3) {
this.setData({
dailogShow: true
});
......@@ -288,7 +288,7 @@ Page({
url: `/src/pages/morethemeindex/index?tid=${this.data.tid}&sid=${this.data.sid}`
});
} else {
if (this.data.moreTheme.join_rule_type == 2) {
if (this.data.moreTheme.join_rule_type == 3) {
this.setData({
dailogShow: true
});
......@@ -307,7 +307,7 @@ Page({
url: `/src/pages/morethemeindex/index?tid=${this.data.tid}&sid=${this.data.sid}`
});
} else {
if (this.data.moreTheme.join_rule_type == 2) {
if (this.data.moreTheme.join_rule_type == 3) {
this.setData({
dailogShow: true
});
......
......@@ -151,7 +151,7 @@
<image src="{{imageRoot}}2c/sharemoretheme/home.png" class="homeicon" alt="Image" />
<view class="classtext">首页</view>
</view>
<view class="jointext" bindtap="gojoin">{{(!isVisitor || moreTheme.sign_up_status== 2 || moreTheme.info_collection_count > 0 || moreTheme.my_clock_count > 0) ? '立即闯关' : '立即报名'}} <view class="light"></view></view>
<view class="jointext" bindtap="gojoin">{{(!isVisitor || moreTheme.sign_up_status== 3 || moreTheme.info_collection_count > 0 || moreTheme.my_clock_count > 0) ? '立即闯关' : '立即报名'}} <view class="light"></view></view>
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment