Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
1cd37f8f
Commit
1cd37f8f
authored
Sep 15, 2018
by
Junling Bu
Browse files
chore[litemall-wx]: 售后业务不支持,显示提醒信息
parent
f7095229
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/ucenter/index/index.js
View file @
1cd37f8f
...
...
@@ -172,7 +172,14 @@ bindPhoneNumber: function (e) {
});
}
});
},
},
goAfterSale
:
function
()
{
wx
.
showToast
({
title
:
'
目前不支持
'
,
icon
:
'
none
'
,
duration
:
2000
});
},
aboutUs
:
function
()
{
wx
.
navigateTo
({
url
:
'
/pages/about/about
'
...
...
litemall-wx/pages/ucenter/index/index.wxml
View file @
1cd37f8f
...
...
@@ -61,9 +61,9 @@
<image class='user_column_item_image' src='/static/images/group.png'></image>
<view class='user_column_item_text'>我的拼团</view>
</view>
<view class='user_column_item' bindtap='go
OrderIndex
'>
<view class='user_column_item' bindtap='go
AfterSale
'>
<image class='user_column_item_image' src='/static/images/aftersale.png'></image>
<view class='user_column_item_text'>
退款/
售后</view>
<view class='user_column_item_text'>售后</view>
</view>
</view>
<view class='separate'></view>
...
...
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