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
35e535ad
Commit
35e535ad
authored
Oct 22, 2018
by
zhangmeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
积分商城
parent
78ca9456
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.html
dist/index.html
+2
-2
app.a647f0d1b744eb656716.js
dist/static/js/app.a647f0d1b744eb656716.js
+0
-0
info.js
src/views/mall/gift/info.js
+1
-1
No files found.
dist/index.html
View file @
35e535ad
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><link
rel=
"shortcut icon"
href=
./static/img/favicon.ico
><title>
GIC后台
</title><link
rel=
stylesheet
type=
text/css
href=
static/css/iconfont.css
><link
rel=
stylesheet
type=
text/css
href=
static/css/common.css
><link
href=
/integral-mall/static/css/app.466679c4da61d4cc0caf4d49b57105f8.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/integral-mall/static/js/manifest.003beacb9c9ae622c7f2.js
></script><script
type=
text/javascript
src=
/integral-mall/static/js/vendor.40d6352f8ed3f878b1d9.js
></script><script
type=
text/javascript
src=
/integral-mall/static/js/app.7e5e20e65bf032ebcfc4.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><link
rel=
"shortcut icon"
href=
./static/img/favicon.ico
><title>
GIC后台
</title><link
rel=
stylesheet
type=
text/css
href=
static/css/iconfont.css
><link
rel=
stylesheet
type=
text/css
href=
static/css/common.css
><link
href=
/integral-mall/static/css/app.466679c4da61d4cc0caf4d49b57105f8.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/integral-mall/static/js/manifest.003beacb9c9ae622c7f2.js
></script><script
type=
text/javascript
src=
/integral-mall/static/js/vendor.40d6352f8ed3f878b1d9.js
></script><script
type=
text/javascript
src=
/integral-mall/static/js/app.a647f0d1b744eb656716.js
></script></body></html>
\ No newline at end of file
dist/static/js/app.
7e5e20e65bf032ebcfc4
.js
→
dist/static/js/app.
a647f0d1b744eb656716
.js
View file @
35e535ad
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/views/mall/gift/info.js
View file @
35e535ad
...
...
@@ -263,7 +263,7 @@ export default {
let
params
=
{
integralMallProId
:
this
.
form
.
integralMallProId
||
''
,
proType
:
2
,
// 商品类型 1 优惠券,2礼品,3实物
proType
:
this
.
form
.
changeType
===
1
?
2
:
3
,
// 商品类型 1 优惠券,2礼品,3实物
proName
:
this
.
form
.
proName
,
// 商品名字,优惠券就是所选券的名字。
proReferId
:
this
.
isAdd
?
''
:
this
.
form
.
proReferId
,
// 关联的卡券或者礼品
proCategoryId
:
this
.
form
.
proCategoryId
,
//礼品的分类
...
...
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