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
7d2044df
Commit
7d2044df
authored
Jun 12, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
45d3dcaf
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
2 deletions
+36
-2
index.vue
pages/foot/index/index.vue
+1
-1
goods.vue
pages/goods/goods.vue
+21
-0
cash.vue
pages/share/cash/cash.vue
+1
-1
user-center.vue
pages/user-center/user-center.vue
+13
-0
WechatIMG423.png
static/images/icon/WechatIMG423.png
+0
-0
WechatIMG424.png
static/images/icon/WechatIMG424.png
+0
-0
No files found.
pages/foot/index/index.vue
View file @
7d2044df
...
...
@@ -319,7 +319,7 @@
},
goshoping
(){
uni
.
re
directTo
({
url
:
"/pages/index/index"
});
uni
.
re
Launch
({
url
:
"/pages/index/index"
});
},
clickHandler
(
GoodsId
)
{
uni
.
navigateTo
({
...
...
pages/goods/goods.vue
View file @
7d2044df
...
...
@@ -12,6 +12,13 @@
@
click=
"previewImage"
></u-swiper>
<!-- TODO 分销价格未做 is_share_price -->
<view
class=
"is_share"
v-if=
'g.share>0'
>
<image
src=
"@/static/images/icon/WechatIMG424.png"
style=
"width: 20px;margin-left: 12px;opacity: 1;"
mode=
"widthFix"
/>
<view
style=
"display: flex;flex-direction: column;margin-left: 8px;font-size: 11px;color: #fff;opacity: 1;"
>
<Text>
分销最高可赚
</Text>
<Text>
¥
{{
g
.
share
}}
</Text>
</view>
</view>
</view>
<view
class=
"g-info"
>
<view
class=
"g-name u-skeleton-rect"
>
{{
g
.
name
}}
</view>
...
...
@@ -618,4 +625,18 @@ export default {
.goods
.detals
*
{
max-width
:
100%
;
}
.goods
.is_share
{
width
:
120px
;
height
:
45px
;
border-top-left-radius
:
22.5px
;
border-bottom-left-radius
:
22.5px
;
background
:
#111
;
opacity
:
0.8
;
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
position
:
absolute
;
top
:
300px
;
right
:
0
;
}
</
style
>
pages/share/cash/cash.vue
View file @
7d2044df
...
...
@@ -203,7 +203,7 @@
this
.
show
=
false
},
getapply
(){
// TODO 接口暂无
if
(
this
.
msg
.
AppliedMoney
==
''
){
uni
.
showToast
({
...
...
pages/user-center/user-center.vue
View file @
7d2044df
...
...
@@ -96,6 +96,7 @@
>
{{
item
.
name
}}
</Text>
<button
open-type=
"contact"
v-if=
"item.link_url=='contact'&& item.name=='客服' "
>
0
</button>
</view>
</view>
<view
class=
"copyright"
>
...
...
@@ -192,6 +193,7 @@ console.log(wx.getStorageSync('basedata'))
);
},
goUrl
(
url
)
{
if
(
url
==
'/pages/order/refund/index'
){
uni
.
navigateTo
({
url
:
'/pages/order/after-sale/refunds-list'
...
...
@@ -354,6 +356,16 @@ console.log(wx.getStorageSync('basedata'))
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
space-between
;
position
:
relative
;
}
.menus_item2
,
.menus_item
button
{
width
:
100%
;
height
:
100%
;
position
:
absolute
;
left
:
0
;
top
:
0
;
opacity
:
0
;
}
.userStyle
.menus2
.menus_item2
{
width
:
100%
;
...
...
@@ -362,6 +374,7 @@ console.log(wx.getStorageSync('basedata'))
flex-direction
:
row
;
align-items
:
center
;
margin-left
:
30
rpx
;
position
:
relative
;
}
.userStyle
.copyright
{
padding
:
70
rpx
0
;
...
...
static/images/icon/WechatIMG423.png
0 → 100644
View file @
7d2044df
1.04 KB
static/images/icon/WechatIMG424.png
0 → 100644
View file @
7d2044df
1.08 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