From f920a9b18a75956a432ea8584ab24e22543a6491 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 13 七月 2023 15:24:09 +0800 Subject: [PATCH] no message --- public/html/compareprice.html | 20 +------------------- 1 files changed, 1 insertions(+), 19 deletions(-) diff --git a/public/html/compareprice.html b/public/html/compareprice.html index 56aa2f2..b769160 100644 --- a/public/html/compareprice.html +++ b/public/html/compareprice.html @@ -399,7 +399,7 @@ "token":this.getUrlPar("token") }, - url:_this.posturl+'/api/activity/cmsGet', + url:_this.posturl+'/api/taoke/get_goods_things', type:"post", dataType:"json", async: false, @@ -439,24 +439,6 @@ data: { action: 'copy' } - }) - }, - getCmsUrl:function(){ - var _this = this; - _this.loading=true; - $.ajax({ - headers:{ - "token":this.getUrlPar("token") - }, - url:_this.posturl+'/api/activity/cmsGet', - type:"post", - dataType:"json", - async: false, - data:{ - - } - }).done(function(res){ - }) }, getUrlPar:function(name) -- Gitblit v1.9.3