Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
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
xulili
ybf
Commits
da5c6af3
Commit
da5c6af3
authored
Jan 14, 2020
by
xd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
200d61da
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
47 deletions
+4
-47
createBigWheelActive.vue
ybf_wx/src/views/active/createBigWheelActive.vue
+1
-45
counterMaintain.vue
ybf_wx/src/views/counter/counterMaintain.vue
+3
-2
No files found.
ybf_wx/src/views/active/createBigWheelActive.vue
View file @
da5c6af3
...
...
@@ -201,56 +201,12 @@
/>
</
template
>
</van-cell>
<!-- <van-cell title="优惠券类型" style="font-size:14px;" class="type">
<template slot="default">
<van-radio-group v-model="prizeList[index].type" class="right">
<van-radio name="1" style="float:left;">代金券</van-radio>
<van-radio name="2" style="float:right;">折扣券</van-radio>
</van-radio-group>
</template>
<div class="mj">
<div class="je">
<van-field
class="tm"
readonly
clickable
:value="prizeList[index].discountsMoney"
@touchstart.native.stop="prizeList[index].discountsShow = true"
placeholder="输入金额"
/>
<van-number-keyboard
v-model="prizeList[index].discountsMoney"
:show="prizeList[index].discountsShow"
@blur="prizeList[index].discountsShow = false"
/>
</div>
<span class="word">元优惠</span>
<van-checkbox v-model="prizeList[index].full"></van-checkbox>
<span class="word">满</span>
<div class="je">
<van-field
class="tm"
readonly
clickable
:value="prizeList[index].fullMoney"
@touchstart.native.stop="prizeList[index].fullShow = true"
placeholder="输入金额"
/>
<van-number-keyboard
v-model="prizeList[index].fullMoney"
:show="prizeList[index].fullShow"
@blur="prizeList[index].fullShow = false"
/>
</div>
<span class="word end">元可用</span>
</div>
</van-cell> -->
<div
class=
"yhType"
>
<div
class=
"yhbr"
>
<div
class=
"top"
>
<span
style=
"color:#2d476a;"
>
优惠券类型
</span>
<van-radio-group
v-model=
"prizeList[index].type"
class=
"right"
>
<van-radio
name=
"1"
style=
"float:left;"
>
代金券
</van-radio>
<van-radio
name=
"1"
style=
"float:left;
margin-right:10px;
"
>
代金券
</van-radio>
<van-radio
name=
"2"
style=
"float:right;"
>
折扣券
</van-radio>
</van-radio-group>
</div>
...
...
ybf_wx/src/views/counter/counterMaintain.vue
View file @
da5c6af3
<
template
>
<div
class=
"container"
>
<div
class=
"img"
>
<van-uploader
class=
"upload"
>
<van-uploader
class=
"upload"
v-model=
"bannerList"
>
<div
class=
"circle"
>
<span
class=
"add"
>
+
</span>
</div>
...
...
@@ -44,7 +44,8 @@ export default {
return
{
name
:
""
,
floor
:
""
,
fileList
:
[]
fileList
:
[],
bannerList
:[]
};
}
};
...
...
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