Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
069cca28
authored
Aug 27, 2020
by
TengFengLian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
活动人数选择UI
parent
832cc023
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
pages/activity-entry/activity-entry.wxml
pages/activity-entry/activity-entry.wxss
pages/appointment/appointment.wxml
pages/activity-entry/activity-entry.wxml
View file @
069cca28
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<view class="input-label row align-c">
<view class="input-label row align-c">
<text space="ensp">报名时间</text>
<text space="ensp">报名时间</text>
</view>
</view>
<view class="input-wrap row con-b align-c">
<view class="input-wrap row con-b align-c"
style="padding: 0 0 0 24rpx"
>
<!-- <picker class="input-picker" mode="date" value="{{date}}" start="{{appointmentDate}}" bindchange="onSelectionDate">
<!-- <picker class="input-picker" mode="date" value="{{date}}" start="{{appointmentDate}}" bindchange="onSelectionDate">
<view class="picker">{{formInto.date}}</view>
<view class="picker">{{formInto.date}}</view>
</picker> -->
</picker> -->
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
<view class="input-label row align-c">
<view class="input-label row align-c">
<text space="ensp">报名人数</text>
<text space="ensp">报名人数</text>
</view>
</view>
<view class="input-wrap row con-b align-c">
<view class="input-wrap row con-b align-c"
style="padding: 0"
>
<l-button special="{{true}}" bind:lintap="onQuantityCut">
<l-button special="{{true}}" bind:lintap="onQuantityCut">
<image class="input-icon" src="../../image/cut.png"></image>
<image class="input-icon" src="../../image/cut.png"></image>
</l-button>
</l-button>
...
...
pages/activity-entry/activity-entry.wxss
View file @
069cca28
...
@@ -126,8 +126,9 @@
...
@@ -126,8 +126,9 @@
}
}
.input-icon {
.input-icon {
width: 32rpx;
width: 80rpx;
height: 32rpx;
height: 80rpx;
padding: 22rpx;
}
}
.input-picker {
.input-picker {
...
...
pages/appointment/appointment.wxml
View file @
069cca28
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
</l-button>
</l-button>
<text class="text" style="{{formQuantity === 0 ? 'color: #C2C7CF' : 'color: #15191F'}}">{{formQuantity}}</text>
<text class="text" style="{{formQuantity === 0 ? 'color: #C2C7CF' : 'color: #15191F'}}">{{formQuantity}}</text>
<l-button special="{{true}}" bind:lintap="onQuantityAdd">
<l-button special="{{true}}" bind:lintap="onQuantityAdd">
<image class="input-icon" src=
"{{errorQuantity ? '../../image/add-g.png' : '../../image/add.png'}}"
></image>
<image class="input-icon" src=
'../../image/add.png'
></image>
</l-button>
</l-button>
</view>
</view>
</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