Commit 1cd37f8f authored by Junling Bu's avatar Junling Bu
Browse files

chore[litemall-wx]: 售后业务不支持,显示提醒信息

parent f7095229
......@@ -172,7 +172,14 @@ bindPhoneNumber: function (e) {
});
}
});
},
},
goAfterSale: function () {
wx.showToast({
title: '目前不支持',
icon: 'none',
duration: 2000
});
},
aboutUs: function () {
wx.navigateTo({
url: '/pages/about/about'
......
......@@ -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='goOrderIndex'>
<view class='user_column_item' bindtap='goAfterSale'>
<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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment