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
e8c32529
Commit
e8c32529
authored
Jan 03, 2020
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
bba3ef54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
buycourse.wxml
business/pages/studentcenter/buycourse.wxml
+2
-2
No files found.
business/pages/studentcenter/buycourse.wxml
View file @
e8c32529
...
...
@@ -38,14 +38,14 @@
<view class="form-item">
<view class="form-label">购买课时</view>
<view class="form-content">
<input type="
number
" class="form-input" value="{{params.buy}}" maxlength="10" placeholder="请输入" bindblur="buyInput"/>
<input type="
digit
" class="form-input" value="{{params.buy}}" maxlength="10" placeholder="请输入" bindblur="buyInput"/>
<image class="arrowsmall" src="{{imageRoot}}2b/organizationalmgt/right.png?{{imageVersion}}"></image>
</view>
</view>
<view class="form-item">
<view class="form-label">赠送课时</view>
<view class="form-content">
<input type="
number
" class="form-input" value="{{params.give}}" maxlength="10" placeholder="请输入" bindblur="giveInput"/>
<input type="
digit
" class="form-input" value="{{params.give}}" maxlength="10" placeholder="请输入" bindblur="giveInput"/>
<image class="arrowsmall" src="{{imageRoot}}2b/organizationalmgt/right.png?{{imageVersion}}"></image>
</view>
</view>
...
...
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