Browse Source

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

Junling Bu 7 years ago
parent
commit
1cd37f8f89

+ 8 - 1
litemall-wx/pages/ucenter/index/index.js

@@ -172,7 +172,14 @@ bindPhoneNumber: function (e) {
       });
     }
   });
-}, 
+},
+goAfterSale: function () {
+  wx.showToast({
+    title: '目前不支持',
+    icon: 'none',
+    duration: 2000
+  });
+},
 aboutUs: function () {
   wx.navigateTo({
     url: '/pages/about/about'

+ 2 - 2
litemall-wx/pages/ucenter/index/index.wxml

@@ -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>