From ea00450fa770d4c94d3e361db676b4fbb3ad329f Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 09 六月 2023 14:32:03 +0800 Subject: [PATCH] no message --- public/html/zsz_act.html | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/public/html/zsz_act.html b/public/html/zsz_act.html index 3c59649..bac3c38 100644 --- a/public/html/zsz_act.html +++ b/public/html/zsz_act.html @@ -97,7 +97,7 @@ <div class="coupon___2SVZi" style="float: left; margin-right:10px"><span>鍒�</span>{{g.quanJine}}鍏�</div> <div class="coupon___2SVZi" style="background: #A429F3;"><span style="color: #A429F3;">杩�</span>{{g.fanli}}鍏�</div> </div> - <div class="price___dfbCD">楼<span>{{g.jiage}}</span><u>鑱氬垝绠椾环 楼{{g.yuanjia}}</u></div> + <div class="price___dfbCD">楼<span>{{g.jiage}}</span><u style="text-decoration:line-through">鑱氬垝绠椾环 楼{{g.yuanjia}}</u></div> <div class="operation___3KazI"><span>宸叉姠{{digitalAbbNumber({num:g.xiaoliang})}}</span> <button>椹笂鎶�</button> </div> @@ -186,7 +186,6 @@ $.get(todayUrl, function (res) { that.today = res.data; }) - console.log('寮�濮嬭姹�') this.getGoodsList(); }, handleIntersectionObserver: function () {}, @@ -214,7 +213,6 @@ getGoodsList: function () { var id = this.active, that = this; this.loading = true - alert(this.getUrlPar("token")); $.ajax({ headers:{ "token":this.getUrlPar("token") -- Gitblit v1.9.3