guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
482db94876
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      pages/market/index.js

+ 3 - 2
pages/market/index.js

@@ -39,8 +39,9 @@ Page({
          title: '操作提示',
          content: '您确认上架/下架此产品吗?',
          success: (res) => {
-            if (res.confirm) wx.showToast({ title: `操作成功`, icon: 'success', duration: 2000 })
-            else if (res.cancel) { }
+            if (res.confirm) {
+               wx.showToast({ title: `操作成功`, icon: 'success', duration: 2000 })
+            }
          }
       })
    },