shish 2 年之前
父節點
當前提交
ea2fcdc7c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hdApp/src/admin/home/workbench.vue

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -337,7 +337,7 @@ export default {
     goMore(){
       let that = this
       uni.showActionSheet({
-        itemList: ['已屏蔽列表', '改进建议','开关商城','我要开批发店','修改密码'],
+        itemList: ['已屏蔽列表', '改进建议','开关商城','我要开批发店','修改密码'],
         success: function (res) {
           if(res.tapIndex == 0){
             that.$util.pageTo({url: '/pagesPurchase/pb'})