Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git test
Mall4j
Commits
1453310a
"...src/business/git@git.gitsec.cn:zhengming/metersphere.git" did not exist on "21bf611d2a32dc58aca9a243547dc0565ade92ed"
Commit
1453310a
authored
3 years ago
by
Eratosici
Browse files
Options
Download
Email Patches
Plain Diff
细节微调
parent
c02bc826
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mall4uni/pages/prod/prod.vue
+1
-1
mall4uni/pages/prod/prod.vue
mall4uni/pages/user/user.vue
+4
-2
mall4uni/pages/user/user.vue
with
5 additions
and
3 deletions
+5
-3
mall4uni/pages/prod/prod.vue
+
1
-
1
View file @
1453310a
...
...
@@ -142,7 +142,7 @@
<text
v-if=
"defaultSku && defaultSku.price"
class=
"pup-sku-price-int"
>
{{
wxs
.
parsePrice
(
defaultSku
.
price
)[
0
]
}}
</text>
.
{{
wxs
.
parsePrice
(
defaultSku
.
price
)[
1
]
}}
</view>
<view
class=
"pup-sku-prop"
>
<text>
已选
</text>
{{
selectedProp
.
length
>
0
?
selectedProp
+
'
,
'
:
selectedProp
}}{{
prodNum
}}
件
<text>
已选
</text>
{{
selectedProp
.
length
>
0
?
selectedProp
+
'
,
'
:
''
}}{{
prodNum
}}
件
</view>
<view
class=
"close"
@
tap=
"closePopup"
></view>
</view>
...
...
This diff is collapsed.
Click to expand it.
mall4uni/pages/user/user.vue
+
4
-
2
View file @
1453310a
...
...
@@ -82,11 +82,13 @@
<view
class=
"tit"
>
我的收藏
</view>
</view>
<view
class=
"col-item"
>
<view
class=
"num"
>
--
</view>
<view
v-if=
"loginResult"
class=
"num"
>
5
</view>
<view
v-else
class=
"num"
>
--
</view>
<view
class=
"tit"
>
我的消息
</view>
</view>
<view
class=
"col-item"
>
<view
class=
"num"
>
--
</view>
<view
v-if=
"loginResult"
class=
"num"
>
3
</view>
<view
v-else
class=
"num"
>
--
</view>
<view
class=
"tit"
>
我的足迹
</view>
</view>
</view>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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