Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
Overview
Overview
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
integralMall
integral-mall
Commits
06ac1947
Commit
06ac1947
authored
Mar 01, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
21f5a4a4
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
32 additions
and
29 deletions
+32
-29
main.c84ab8586d3f73bd0504.js
dist/js/main.c84ab8586d3f73bd0504.js
+0
-0
relatePop.vue
src/components/relatePop.vue
+12
-10
visible.vue
src/components/visible.vue
+3
-2
detail.vue
src/views/activities/flashSale/detail.vue
+2
-2
coupon.vue
src/views/goods/coupon/coupon.vue
+3
-3
info.vue
src/views/goods/coupon/info.vue
+2
-2
gift.vue
src/views/goods/gift/gift.vue
+3
-3
info.vue
src/views/goods/gift/info.vue
+2
-2
info.vue
src/views/goods/ruleList/info.vue
+1
-1
ruleList.vue
src/views/goods/ruleList/ruleList.vue
+4
-4
No files found.
dist/js/main.c84ab8586d3f73bd0504.js
View file @
06ac1947
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/components/relatePop.vue
View file @
06ac1947
...
...
@@ -2,15 +2,17 @@
<el-dialog
title=
"上架规则"
:visible
.
sync=
"dialogTableVisible"
width=
"850px"
>
<div
class=
"search-wrap"
>
<div
class=
"table-page-search-wrapper"
>
<el-input
v-model=
"relateForm.ruleTitle"
placeholder=
"请输入上架规则名称"
prefix-icon=
"el-icon-search"
clearable
class=
"w-260"
@
keyup
.
enter
.
native=
"getSearchList"
@
clear=
"getSearchList"
/>
<el-form
@
submit
.
native
.
prevent
>
<el-input
v-model=
"relateForm.ruleTitle"
placeholder=
"请输入上架规则名称"
prefix-icon=
"el-icon-search"
clearable
class=
"w-260"
@
keyup
.
enter
.
native=
"getSearchList"
@
clear=
"getSearchList"
/>
</el-form>
</div>
<div
class=
"tips"
style=
"font-size:14px"
>
没有适用规则?
<el-button
type=
"text"
size=
"small"
@
click=
"$router.push('/addRule')"
>
...
...
@@ -43,7 +45,7 @@
<el-table-column
label=
"可见条件"
>
<
template
slot-scope=
"{row}"
>
<p
v-if=
"row.memberType==1"
>
全部
会员
全部
顾客
</p>
<div
v-else
>
<el-tooltip
...
...
src/components/visible.vue
View file @
06ac1947
...
...
@@ -38,7 +38,8 @@
<span>
商品展示规则升级说明
</span>
</div>
<div
class=
"content"
>
为了实现更多的积分商城商品“千人千面”的场景,您可点击右侧“升级到新规则”按钮,按照新的更丰富的模式,重新配置此商品在小程序的可见规则!(“升级到新规则”后,您需选择一种“上架规则”才可成功保存此商品,才会生效)
<br>
为了实现更多的积分商城商品“千人千面”的场景,您可点击右侧“升级到新规则”按钮,按照新的更丰富的模式,重新配置此商品在小程序的可见规则!
<br>
(“升级到新规则”后,您需选择一种“上架规则”才可成功保存此商品,才会生效)
<br>
</div>
</div>
<div
class=
"button"
@
click=
"update"
>
...
...
@@ -289,7 +290,7 @@ font-size: 14px;
padding
:
10px
;
font-size
:
12px
;
margin
:
0
0
16px
16px
;
width
:
88
0px
;
width
:
95
0px
;
justify-content
:
space-between
;
.title
{
line-height
:
18px
;
...
...
src/views/activities/flashSale/detail.vue
View file @
06ac1947
...
...
@@ -77,7 +77,7 @@
:disabled=
"isEdit"
:label=
"1"
>
全部
会员
全部
顾客
</el-radio>
<el-radio
style=
"margin-right:0px"
...
...
@@ -93,7 +93,7 @@
:disabled=
"isEdit"
:label=
"3"
>
会员
筛选
人群
筛选
</el-radio>
</el-form-item>
<el-form-item
v-if=
"flashSaleForm.memberSearchType === 2"
>
...
...
src/views/goods/coupon/coupon.vue
View file @
06ac1947
...
...
@@ -311,16 +311,16 @@
min-width=
"110px"
>
<
template
slot-scope=
"{row}"
>
<p
v-if=
"row.ruleTitle&&row.ruleTitle.length
<
=
5
"
>
<p
v-if=
"row.ruleTitle&&row.ruleTitle.length
<
=
10
"
>
{{
row
.
ruleTitle
}}
</p>
<el-tooltip
v-if=
" row.ruleTitle&& row.ruleTitle.length>
5
"
v-if=
" row.ruleTitle&& row.ruleTitle.length>
10
"
:content=
"row.ruleTitle"
effect=
"dark"
placement=
"top-start"
>
<p>
{{
row
.
ruleTitle
.
slice
(
0
,
5
)
+
'...'
}}
</p>
<p>
{{
row
.
ruleTitle
.
slice
(
0
,
10
)
+
'...'
}}
</p>
</el-tooltip>
<p
v-if=
"!row.ruleTitle"
>
- -
...
...
src/views/goods/coupon/info.vue
View file @
06ac1947
...
...
@@ -347,7 +347,7 @@
</el-button>
</el-popover>
</el-form-item>
<!-- <el-form-item label="
会员
筛选">
<!-- <el-form-item label="
人群
筛选">
<div style="margin-right:24px;">
<vue-gic-people :projectName="projectName" :useId="useId" :hasSearchData="hasSearchData" :sceneValue="sceneValue" ref="peopleFilter" :isAdd="operateType" @findFilter="findFilter" @getBackData="getBackData" @editHide="editHide" @editShow="editShow" @hideBtn="hideBtn"> </vue-gic-people>
<div class="gic-people--button" v-show="toggleTag">
...
...
@@ -1003,7 +1003,7 @@ export default {
this
.
currentStock
=
res
.
data
.
result
.
virtualStock
;
this
.
couponForm
.
detailDescription
=
res
.
data
.
result
.
detailDescription
;
// 图文详情
// if (res.data.result.searchParams) {
// this.searchParams = res.data.result.searchParams; //
会员
筛选
// this.searchParams = res.data.result.searchParams; //
人群
筛选
// } else {
// this.searchParams = {};
// }
...
...
src/views/goods/gift/gift.vue
View file @
06ac1947
...
...
@@ -335,16 +335,16 @@
min-width=
"110px"
>
<
template
slot-scope=
"{row}"
>
<p
v-if=
"row.ruleTitle&&row.ruleTitle.length
<
=
5
"
>
<p
v-if=
"row.ruleTitle&&row.ruleTitle.length
<
=
10
"
>
{{
row
.
ruleTitle
}}
</p>
<el-tooltip
v-if=
"row.ruleTitle&& row.ruleTitle.length>
5
"
v-if=
"row.ruleTitle&& row.ruleTitle.length>
10
"
:content=
"row.ruleTitle"
effect=
"dark"
placement=
"top-start"
>
<p>
{{
row
.
ruleTitle
.
slice
(
0
,
5
)
+
'...'
}}
</p>
<p>
{{
row
.
ruleTitle
.
slice
(
0
,
10
)
+
'...'
}}
</p>
</el-tooltip>
<p
v-if=
"!row.ruleTitle"
>
- -
...
...
src/views/goods/gift/info.vue
View file @
06ac1947
...
...
@@ -383,7 +383,7 @@
</el-button>
</el-popover>
</el-form-item>
<!-- <el-form-item label="
会员
筛选">
<!-- <el-form-item label="
人群
筛选">
<div style="margin-right:24px;">
<vue-gic-people :projectName="projectName" :useId="useId" :hasSearchData="hasSearchData" :sceneValue="sceneValue" ref="peopleFilter" :isAdd="operateType" @findFilter="findFilter" @getBackData="getBackData" @editHide="editHide" @editShow="editShow" @hideBtn="hideBtn"> </vue-gic-people>
<div class="gic-people--button" v-show="toggleTag">
...
...
@@ -1469,7 +1469,7 @@ export default {
}
});
// if (res.data.result.searchParams) {
// this.searchParams = res.data.result.searchParams; //
会员
筛选
// this.searchParams = res.data.result.searchParams; //
人群
筛选
// } else {
// this.searchParams = {};
// }
...
...
src/views/goods/ruleList/info.vue
View file @
06ac1947
...
...
@@ -111,7 +111,7 @@ export default {
breadcrumbTitle
:
'新建上架规则'
,
fixedWidth
:
document
.
documentElement
.
clientWidth
-
200
,
ruleForm
:
{
memberType
:
1
,
// 1:全部
会员 3 会员
筛选 4 门店筛选
memberType
:
1
,
// 1:全部
顾客 3 人群
筛选 4 门店筛选
},
rules
:
{
ruleTitle
:
[
...
...
src/views/goods/ruleList/ruleList.vue
View file @
06ac1947
...
...
@@ -33,8 +33,8 @@
class=
"w-140"
@
change=
"getList"
>
<el-option
label=
"全部
会员
"
:value=
"1"
/>
<el-option
label=
"
会员
筛选"
:value=
"3"
/>
<el-option
label=
"全部
顾客
"
:value=
"1"
/>
<el-option
label=
"
人群
筛选"
:value=
"3"
/>
<el-option
label=
"门店筛选"
:value=
"4"
/>
</el-select>
<el-checkbox
...
...
@@ -349,10 +349,10 @@ export default {
let
str
=
''
;
switch
(
val
)
{
case
1
:
str
=
'全部
会员
'
;
str
=
'全部
顾客
'
;
break
;
case
3
:
str
=
'
会员
筛选'
;
str
=
'
人群
筛选'
;
break
;
case
4
:
str
=
'门店筛选'
;
...
...
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