Commit b84127d3 authored by lvtz's avatar lvtz

fix

parent 37216dce
......@@ -1976,9 +1976,9 @@ Page({
if (value > 199) {
value = 199;
}
if (value == 0) {
value = 1;
}
// if (value == 0) {
// value = 1;
// }
this.setData({
copySubjectCount: Number(value)
})
......
......@@ -1005,7 +1005,7 @@ Page({
? {}
: {
code: this.data.sessionCode,
encryptData: this.data.encryptedData,
encryptData: this.data.encryptData,
iv: this.data.iv
};
subjectStudentSign(
......
......@@ -174,7 +174,6 @@ Page({
wx.setNavigationBarTitle({
title: data.title
});
console.log(data.introduce, "introduce");
this.setData({
moreTheme: data,
sid: data.school_id
......@@ -380,7 +379,6 @@ Page({
} else {
this.joinClock();
}
console.log(7555555555555);
},
closeinfoget() {
this.setData({
......
......@@ -116,7 +116,7 @@
</view>
<view class="tip-title">填写信息后加入</view>
<view class="ipt-box" >
<input type="text" placeholder-class="placeholderclass" class="iteminput" maxlength="15" bindinput="nameInput" placeholder="请输入姓名"></input>
<input type="text" placeholder-class="placeholderclass" class="iteminput" value="{{name}}" maxlength="15" bindinput="nameInput" placeholder="请输入姓名"></input>
</view>
<!-- <view class="ipt-box">
<input type="number" placeholder-class="placeholderclass" class="iteminput mobile" maxlength="11" value="{{mobile}}" bindinput="mobileInput" placeholder="请输入手机号"></input>
......
......@@ -956,7 +956,7 @@ Page({
//允许授权执行跳转
that.setData({
sessionCode: that.data.sessionCode,
encryptedData: encryptedData,
encryptData: encryptedData,
iv
});
if (this.data.themeSelect.join_rule_type == 3) {
......@@ -997,7 +997,7 @@ Page({
? {}
: {
code: this.data.sessionCode,
encryptedData: this.data.encryptedData,
encryptData: this.data.encryptData,
iv: this.data.iv
};
subjectStudentSign(
......
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