Commit f06fdfd2 authored by sujie@126.com's avatar sujie@126.com

dd

parent 194c9477
......@@ -418,7 +418,7 @@ Page({
})
return;
}
if(params.mode_type == 3 && class_ids.length==0){
if(params.mode_type == 3 && class_ids.length == 0){
wx.showToast({
title: '请选择班级',
icon: 'none',
......
......@@ -91,7 +91,7 @@
</view>
<view class="select-student-dailog" wx:if="{{selectCourseShow}}" bindtap="hideselectCourse" data-flag="{{1}}">
<view class="dailog-content dailog-class-content">
<scroll-view class="student-list class-list" scroll-y="true" lower-threhold="200" bindscrolltolower="scrolltolowerCourse">
<scroll-view class="student-list class-list" scroll-y="true" lower-threhold="200" bindscrolltolower="scrolltolowerCourse">
<view class="class-item {{selectCourse.id == item.id ? 'act-class' : ''}}" wx:for="{{courseList}}" wx:key="index" data-item="{{item}}" bindtap="selectCourseHandle">{{item.title}}</view>
</scroll-view>
<view class="line-16"></view>
......
......@@ -44,8 +44,8 @@ page{
margin-left: 72rpx;
}
.select-content .select-item .icon{
width:31rpx;
height:31rpx;
width:34rpx;
height:34rpx;
background:rgba(255,255,255,1);
border: 1rpx solid rgba(116,116,116,1);
border-radius:50%;
......
export default {
imageRoot: 'https://cdn.img.shangjiadao.cn/qingxiao/daka/images/',
host: 'https://qxapi.qingxiao.online/daka',
host2: 'https://wx.m.shangjiadao.cn',
// host: 'https://qxapi.qingxiao.online/daka',
// host2: 'https://wx.m.shangjiadao.cn',
storageVersion: '5.0',
imageVersion: '20191104',
// host: 'https://clock.wp53.cn',
// host2: 'https://test.wp53.cn',
host: 'https://clock.wp53.cn',
host2: 'https://test.wp53.cn',
appId: 'wxc1246ea029394785',
miniProgram: {
clock: 'wxdeee20e52a1fd7ee'
......
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