Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
f06fdfd2
Commit
f06fdfd2
authored
Jan 06, 2020
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
194c9477
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
buycourse.js
business/pages/studentcenter/buycourse.js
+1
-1
buycourse.wxml
business/pages/studentcenter/buycourse.wxml
+1
-1
buycourse.wxss
business/pages/studentcenter/buycourse.wxss
+2
-2
constants.js
constants/constants.js
+4
-4
No files found.
business/pages/studentcenter/buycourse.js
View file @
f06fdfd2
...
...
@@ -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'
,
...
...
business/pages/studentcenter/buycourse.wxml
View file @
f06fdfd2
...
...
@@ -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>
...
...
business/pages/studentcenter/buycourse.wxss
View file @
f06fdfd2
...
...
@@ -44,8 +44,8 @@ page{
margin-left: 72rpx;
}
.select-content .select-item .icon{
width:3
1
rpx;
height:3
1
rpx;
width:3
4
rpx;
height:3
4
rpx;
background:rgba(255,255,255,1);
border: 1rpx solid rgba(116,116,116,1);
border-radius:50%;
...
...
constants/constants.js
View file @
f06fdfd2
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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment