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
60aedd3b
Commit
60aedd3b
authored
Oct 25, 2018
by
zhangmeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
8a2b7a09
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
6 deletions
+3
-6
dist.zip
dist.zip
+0
-0
index.html
dist/index.html
+2
-2
app.74102e0f863bdad9a18b.js
dist/static/js/app.74102e0f863bdad9a18b.js
+0
-0
info.js
src/views/mall/gift/info.js
+0
-3
info.vue
src/views/mall/gift/info.vue
+1
-1
No files found.
dist.zip
0 → 100644
View file @
60aedd3b
File added
dist/index.html
View file @
60aedd3b
<!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.cb7614bde839cf4b582b.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.74102e0f863bdad9a18b.js
></script></body></html>
\ No newline at end of file
dist/static/js/app.
cb7614bde839cf4b582
b.js
→
dist/static/js/app.
74102e0f863bdad9a18
b.js
View file @
60aedd3b
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 @
60aedd3b
...
...
@@ -231,9 +231,6 @@ export default {
this
.
form
.
costValue
=
res
.
result
.
costValue
||
0
;
console
.
log
(
res
);
})();
}
},
// 新增兑换时段-部分时段
...
...
src/views/mall/gift/info.vue
View file @
60aedd3b
...
...
@@ -38,7 +38,7 @@
<el-input-number
controls-position=
"right"
:disabled=
"isInfo || isEdit"
v-model=
"form.cashCost"
class=
"w300"
:precision=
"2"
:step=
"0.1"
:min=
"0"
></el-input-number>
</el-form-item>
<el-form-item
prop=
"costValue"
label=
"礼品成本"
>
<el-input-number
controls-position=
"right"
:disabled=
"isInfo || isEdit"
v-model=
"form.costValue"
class=
"w300"
:precision=
"2"
:step=
"0.1"
:min=
"0"
></el-input-number>
<el-input-number
controls-position=
"right"
:disabled=
"isInfo || isEdit
|| form.changeType === 1
"
v-model=
"form.costValue"
class=
"w300"
:precision=
"2"
:step=
"0.1"
:min=
"0"
></el-input-number>
</el-form-item>
<el-form-item
prop=
"limitTimes"
label=
"次数限制"
>
<el-checkbox
:disabled=
"isInfo"
v-model=
"isLimitTimes"
>
每个会员限制兑换
...
...
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