chore[litemall-wx]: 售后业务不支持,显示提醒信息
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user