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
4323546d
Commit
4323546d
authored
Mar 17, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
63447c78
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
contanctus.vue
pages/kotra/contanctus.vue
+1
-1
storeManagement.vue
pages/microShop/storeManagement/storeManagement.vue
+2
-2
backtop.png
static/images/backtop.png
+0
-0
call.png
static/images/call.png
+0
-0
No files found.
pages/kotra/contanctus.vue
View file @
4323546d
...
...
@@ -78,7 +78,7 @@
<view
class=
"contancName"
>
{{
item
.
Name
}}
</view>
<view
class=
"contancPosition"
>
{{
item
.
Position
}}
</view>
<view
class=
"contactNum"
>
<image
style=
"width:20px;height:20px;"
src=
"
../../static/images/
call.png"
></image>
{{
item
.
Tel
}}
<image
style=
"width:20px;height:20px;"
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/kotra-
call.png"
></image>
{{
item
.
Tel
}}
</view>
</view>
</view>
...
...
pages/microShop/storeManagement/storeManagement.vue
View file @
4323546d
...
...
@@ -75,11 +75,11 @@
</view>
<view
class=
"Sitem_k"
>
原:¥
{{
x
.
SellingPrice
}}
</view>
<view
class=
"Sitem_k"
v-if=
"x.PriceType ==1 "
style=
"color: #007FFF;"
>
<image
src=
"
../../../static/images/
backtop.png"
style=
"width: 16px;height: 16px;"
></image>
<image
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/microshoop-
backtop.png"
style=
"width: 16px;height: 16px;"
></image>
{{
x
.
UpPrice
}}
%
</view>
<view
class=
"Sitem_k"
v-if=
"x.PriceType ==2 "
style=
"color: #007FFF;"
>
<image
src=
"
../../../static/images/
backtop.png"
style=
"width: 16px;height: 16px;"
></image>
<image
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/microshoop-
backtop.png"
style=
"width: 16px;height: 16px;"
></image>
{{
x
.
UpPrice
}}
元
</view>
<view
class=
"Sitem_k"
v-if=
"x.PriceType !=2&& x.PriceType !=1 "
style=
"color: #FF4048;"
>
未设置
</view>
...
...
static/images/backtop.png
deleted
100644 → 0
View file @
63447c78
4.05 KB
static/images/call.png
deleted
100644 → 0
View file @
63447c78
4.09 KB
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