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
a91d8d57
Commit
a91d8d57
authored
Oct 25, 2018
by
zhangmeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
2f3b845d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
5 deletions
+16
-5
dist.zip
dist.zip
+0
-0
index.html
dist/index.html
+2
-2
app.fd5452ffa7da4576eedf.js
dist/static/js/app.fd5452ffa7da4576eedf.js
+0
-0
index.html
index.html
+1
-1
mallApi.js
src/service/api/mallApi.js
+4
-0
info.js
src/views/mall/gift/info.js
+9
-2
No files found.
dist.zip
View file @
a91d8d57
No preview for this file type
dist/index.html
View file @
a91d8d57
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><meta
http-equiv=
Content-Security-Policy
content=
upgrade-insecure-requests
><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.a38e4bbf9889d2cf2a9ea15932463f01.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.468b1a0927c2f59e9881.js
></script><script
type=
text/javascript
src=
/integral-mall/static/js/app.c14a146bdadeaa092bf6.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.a38e4bbf9889d2cf2a9ea15932463f01.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.468b1a0927c2f59e9881.js
></script><script
type=
text/javascript
src=
/integral-mall/static/js/app.fd5452ffa7da4576eedf.js
></script></body></html>
\ No newline at end of file
dist/static/js/app.
c14a146bdadeaa092bf6
.js
→
dist/static/js/app.
fd5452ffa7da4576eedf
.js
View file @
a91d8d57
This source diff could not be displayed because it is too large. You can
view the blob
instead.
index.html
View file @
a91d8d57
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<
meta
http-equiv=
"Content-Security-Policy"
content=
"upgrade-insecure-requests"
>
<
!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> --
>
<link
rel=
"shortcut icon"
href=
"./static/img/favicon.ico"
>
<title>
GIC后台
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"static/css/iconfont.css"
>
...
...
src/service/api/mallApi.js
View file @
a91d8d57
...
...
@@ -72,3 +72,6 @@ export const createCategoryService = (params) => requests(PREFIX + 'create-gift-
// 删除礼品分类
export
const
delCategoryService
=
(
params
)
=>
requests
(
PREFIX
+
'del-gift-category'
,
params
);
// 获取卡券成本
export
const
getCashCostService
=
(
params
)
=>
requests
(
PREFIX
+
'get-integral-mall-CashCost'
,
params
);
\ No newline at end of file
src/views/mall/gift/info.js
View file @
a91d8d57
import
{
getGradeList
,
getCategoryList
,
createIntegralProService
,
getIntegralMallProInfo
,
createCategoryService
,
delCategoryService
}
from
'@/service/api/mallApi.js'
;
import
{
getGradeList
,
getCategoryList
,
createIntegralProService
,
getIntegralMallProInfo
,
createCategoryService
,
delCategoryService
,
getCashCostService
}
from
'@/service/api/mallApi.js'
;
import
cardTemp
from
'../common/card-temp.vue'
;
// import dmUploadAvatar from '@/components/upload/avatar';
import
{
formateDateTimeByType
}
from
'@/utils/index.js'
;
...
...
@@ -226,7 +226,14 @@ export default {
if
(
this
.
isAdd
)
{
this
.
form
.
weChatVirtualStock
=
val
.
couponStock
||
0
;
this
.
form
.
proReferId
=
val
.
coupCardId
||
''
;
this
.
form
.
costValue
=
val
.
costValue
||
0
;
(
async
()
=>
{
let
res
=
await
getCashCostService
({
coupCardId
:
val
.
coupCardId
,
proType
:
1
});
this
.
form
.
costValue
=
res
.
result
.
costValue
||
0
;
console
.
log
(
res
);
})();
}
},
// 新增兑换时段-部分时段
...
...
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