"plus-admin/vscode:/vscode.git/clone" did not exist on "4c9c9cb9662ca08562f4184e27036340c4b52001"
Commit 1cd37f8f authored by Junling Bu's avatar Junling Bu
Browse files

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

parent f7095229
...@@ -172,7 +172,14 @@ bindPhoneNumber: function (e) { ...@@ -172,7 +172,14 @@ bindPhoneNumber: function (e) {
}); });
} }
}); });
}, },
goAfterSale: function () {
wx.showToast({
title: '目前不支持',
icon: 'none',
duration: 2000
});
},
aboutUs: function () { aboutUs: function () {
wx.navigateTo({ wx.navigateTo({
url: '/pages/about/about' url: '/pages/about/about'
......
...@@ -61,9 +61,9 @@ ...@@ -61,9 +61,9 @@
<image class='user_column_item_image' src='/static/images/group.png'></image> <image class='user_column_item_image' src='/static/images/group.png'></image>
<view class='user_column_item_text'>我的拼团</view> <view class='user_column_item_text'>我的拼团</view>
</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> <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> </view>
<view class='separate'></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