Commit 7402f478 authored by sujie@126.com's avatar sujie@126.com

dd

parent 90bbed1b
......@@ -1204,4 +1204,7 @@ Page({
url: `/business/pages/studentmgt/list?id=${this.data.id}&sid=${this.data.sid}&from=circle&checkedIdStr=${this.data.memberIds}&courseid=${this.data.circleInfo.course.id}`
})
},
ture(){
}
})
\ No newline at end of file
......@@ -349,21 +349,6 @@ Page({
} = res;
if (code == 200) {
if (data) {
// if (data.clock_circle.deleted_at) {
// wx.showModal({
// title: '提示',
// content: '班级已被删除,点击确定返回机构首页',
// showCancel:false,
// confirmText:"确定",
// success(r) {
// if (r.confirm) {
// wx.reLaunch({
// url:`/src/pages/shopindex/index?mid=${res.data.member_id}`
// })
// }
// }
// })
// }
let video_parse = JSON.parse(data.video);
let imageCount = video_parse.filter(data => data.type == 'image').length;
if(data.subject_type == 3){
......@@ -410,7 +395,6 @@ Page({
clock: that.data.clock
})
})
// this.adInfoGet()
const visitor = LocalStorage.getItem('visitor');
activityLog({
type: 22,
......@@ -1103,7 +1087,6 @@ Page({
source_type: 1,
source_id: e.detail.themeId
}).then((res) => {
// const {integral} = res;
if (res.integral && Number(res.integral) > 0) {
this.setData({
scoreFeedBackStatus: {
......@@ -1119,7 +1102,6 @@ Page({
// 防止悬浮窗滚动页面滚动,无特殊意义
ture () { },
goBusinessIndex() {
console.log(this.data.sid)
wx.reLaunch({
url: `/src/pages/websiteindex/index?sid=${this.data.sid}`,
})
......
......@@ -36,25 +36,12 @@
bind:integrallogpost="integrallogpost"
>
</clock-item>
<!-- <view class="submitbtn-box" >
<button class="submitbtn" bindtap="goClock">我也要打卡</button>
</view> -->
<!-- <view class="" >
</view> -->
</view>
<empty-content
wx:if="{{!hasData}}"
>
</empty-content>
<sjdbottombar></sjdbottombar>
<!-- <prize-get
wx-if="{{adGetShow}}"
bind:closeAdModal="closeAdModal"
adInfo="{{adInfo}}"
circleid="{{id}}"
>
</prize-get> -->
<view class="" data-editor="commenteditor">
<comment-editor wx:if="{{commenteditor}}" prams="{{commentclock}}" bind:hidecommenteditor="hidecommenteditor" type="2c"></comment-editor>
</view>
......
......@@ -68,6 +68,8 @@
<view class="sjd-radio-box" >
<view
class="play-btn"
data-value="{{item.src}}"
data-index="{{index}}"
bindtap="playvoiceb"
......@@ -111,7 +113,10 @@
</view>
<image class="delicon" data-value="{{item.src}}" data-index="{{index}}" src="{{imageRoot}}2c/common/reddelicon.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" bindtap="delAudio"></image>
</view>
<!-- </view> -->
<view class="" id="mediabtnbox" >
<!-- <view class="media-type-box {{ params.video == '' && params.audio == '' && imageBox.length == 0 ? '' : 'border-t-1px'}}" wx:if="{{themeDetail.type == 0}}"> -->
<view class="media-type-box" >
<view class="media-type-item" bindtap="addImg">
<view class="media-type-icon" id="imgBtn" >
<image class="media-type-icon-img image" src="{{imageRoot}}2c/clockeditor/imageicongreen.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="">
......@@ -239,7 +244,7 @@
>
</video>
</view>
<view class="" wx:if="{{themeDetail.school_id == activtySchoolInfo.sid && tid != activtySchoolInfo.tid}}">
<view class="" wx:if="{{themeDetail.school_id == activtySchoolInfo.sid && tid != activtySchoolInfo.tid}}">
<activity-bar
classid="{{activtySchoolInfo.id}}"
sid="{{activtySchoolInfo.sid}}"
......@@ -251,4 +256,4 @@
>
</activity-bar>
</view>
</view>
\ No newline at end of file
</view>
......@@ -891,7 +891,6 @@ Page({
const {cid} = e.detail;
const {bigindex,index} = e.currentTarget.dataset;
const clockList = this.data.clockList[bigindex].filter(ele => ele.id != cid);
// this.judgeIsClock(this.data.themeSelect.id);
this.setData({
[`clockList[${bigindex}]`]: clockList
})
......
......@@ -113,11 +113,13 @@ Page({
s,
} = sceneQuery;
this.setData({
sid: s
sid: s,
websitehomeEmpty: s ? true :false
})
} else {
this.setData({
sid: options.sid
sid: options.sid,
websitehomeEmpty: options.sid ? true :false
})
}
this.setData({
......
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