Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
3cf7e9e0
Commit
3cf7e9e0
authored
Sep 01, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1935e44f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1226 additions
and
825 deletions
+1226
-825
carrierInformation.vue
pages/kotra/carrierInformation.vue
+3
-4
firstShop.vue
pages/kotra/firstShop/firstShop.vue
+860
-585
news.vue
pages/kotra/news.vue
+363
-236
No files found.
pages/kotra/carrierInformation.vue
View file @
3cf7e9e0
...
@@ -669,7 +669,7 @@
...
@@ -669,7 +669,7 @@
/>
/>
</view>
</view>
<view
class=
"bottom-border"
>
<view
class=
"bottom-border"
>
<view
class=
"label-text"
>
首发政策
</view>
<view
class=
"label-text"
>
首发
、首秀、首展
政策
</view>
<input
<input
type=
"text"
type=
"text"
v-model=
"model.StartingInfo"
v-model=
"model.StartingInfo"
...
@@ -679,7 +679,7 @@
...
@@ -679,7 +679,7 @@
placeholder-style=
"color:#CECECE;"
placeholder-style=
"color:#CECECE;"
/>
/>
</view>
</view>
<view
class=
"bottom-border"
>
<
!--
<
view
class=
"bottom-border"
>
<view
class=
"label-text"
>
首秀政策
</view>
<view
class=
"label-text"
>
首秀政策
</view>
<input
<input
type=
"text"
type=
"text"
...
@@ -700,7 +700,7 @@
...
@@ -700,7 +700,7 @@
placeholder=
"请填写首展政策"
placeholder=
"请填写首展政策"
placeholder-style=
"color:#CECECE;"
placeholder-style=
"color:#CECECE;"
/>
/>
</view>
</view>
-->
<view
style=
"margin-top: 30px"
>
<view
style=
"margin-top: 30px"
>
<view
class=
"butBox2"
@
click=
"carrierSubmit"
v-if=
"!disabled"
>
<view
class=
"butBox2"
@
click=
"carrierSubmit"
v-if=
"!disabled"
>
...
@@ -1249,7 +1249,6 @@ export default {
...
@@ -1249,7 +1249,6 @@ export default {
this
.
model
.
FirstShopNumList
[
currentIndex
].
Id
=
this
.
shenList
[
index
].
Id
;
this
.
model
.
FirstShopNumList
[
currentIndex
].
Id
=
this
.
shenList
[
index
].
Id
;
this
.
model
.
FirstShopNumList
[
currentIndex
].
Name
=
this
.
model
.
FirstShopNumList
[
currentIndex
].
Name
=
this
.
shenList
[
index
].
Name
;
this
.
shenList
[
index
].
Name
;
console
.
log
(
1138
,
index
,
currentIndex
);
},
},
addFirstShop
()
{
addFirstShop
()
{
this
.
model
.
FirstShopNumList
.
push
({
Id
:
0
,
Name
:
""
,
Num
:
0
});
this
.
model
.
FirstShopNumList
.
push
({
Id
:
0
,
Name
:
""
,
Num
:
0
});
...
...
pages/kotra/firstShop/firstShop.vue
View file @
3cf7e9e0
This diff is collapsed.
Click to expand it.
pages/kotra/news.vue
View file @
3cf7e9e0
This diff is collapsed.
Click to expand it.
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