浏览代码

修复注册

541469799@qq.com 1 年之前
父节点
当前提交
17e0d02fe6
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/index/view/index/index.html

+ 3 - 3
app/index/view/index/index.html

@@ -423,8 +423,8 @@
                 shareMailboxEle.focus();
                 return
             }
-            console.log("邮箱号码", shareMailbox)
-            console.log("商品id", goodsId)
+            //console.log("邮箱号码", shareMailbox)
+            //console.log("商品id", goodsId)
 
             var dp = {
                 goodsId: goodsId,
@@ -440,7 +440,7 @@
                 success: function (obj) {
                     //注册成功后进入
                     if (obj.status === 200 || obj.status === '200') {
-                        showToast("Successful")
+                        showToast(obj.message)
                         $("#shareModal").hide(0)
                         goodsId = null
                     } else if (obj.status === 401 || obj.status === '401') {