From 388ef835279fbadd3c57350870c21550f22654a4 Mon Sep 17 00:00:00 2001 From: heyuntao <heyuntao@LAPTOP-MP4HD5NS> Date: 星期五, 09 六月 2023 11:05:39 +0800 Subject: [PATCH] no message --- public/html/freebuy.html | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/public/html/freebuy.html b/public/html/freebuy.html index 04c9260..5335ebe 100644 --- a/public/html/freebuy.html +++ b/public/html/freebuy.html @@ -345,8 +345,6 @@ getGoodsList:function(){ var _this = this; this.loading=true; - alert("杩涙潵浜�") - alert(this.getUrlPar("token")) $.ajax({ headers:{ "token":this.getUrlPar("token") @@ -362,7 +360,6 @@ pageSize:20, } }).done(function(res){ - alert(res) var newlist=[]; res.data.list.map(function(r,k){ var buprice=r.actualPrice-r.topFanli; @@ -377,7 +374,6 @@ }, }, mounted: function () { - alert("寮�濮�") this.getGoodsList(); var that=this; document.addEventListener('UniAppJSBridgeReady', function() { -- Gitblit v1.9.3