From 34db7035c9c7880e00b9328d022be65a29c62cb2 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期一, 31 七月 2023 10:40:56 +0800 Subject: [PATCH] Merge branch 'feature/v1.1.5接口' into develop --- public/html/bottom_price.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/html/bottom_price.html b/public/html/bottom_price.html index 953eb60..5bf4c5f 100644 --- a/public/html/bottom_price.html +++ b/public/html/bottom_price.html @@ -69,7 +69,7 @@ <body> <div class="box"> <div class="list"> -<div id="app" style="background-color:#e7013a;padding-top:0.5rem" v-cloak> +<div id="app" style="background-color:#e7013a;padding-top:0.7rem" v-cloak> <template v-if="isexplain && issource"> <div class="main"> </div> @@ -488,7 +488,7 @@ headers:{ "token":that.getUrlPar("token") }, - url:that.posturl+'/api/activity/bottomPrice', + url:'/api/activity/bottomPrice', type:"post", dataType:"json", data:{ -- Gitblit v1.9.3