From 26ec06032725535baaa7c0e4f5f9037cf64f3391 Mon Sep 17 00:00:00 2001
From: qiaomu <3520484422@qq.com>
Date: Fri, 18 Oct 2024 16:13:16 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=B5=E8=A1=A8=E5=80=8D?=
=?UTF-8?q?=E7=8E=87=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app.json | 6 ------
childPackage/pages/billDetail/index.wxml | 2 +-
pages/rechargeDetail/index.js | 4 ++--
3 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/app.json b/app.json
index 124079b..9789880 100644
--- a/app.json
+++ b/app.json
@@ -41,12 +41,6 @@
"iconPath": "/assets/tabbar/home.png",
"selectedIconPath": "/assets/tabbar/home_select.png"
},
- {
- "pagePath": "pages/special/index",
- "text": "专区",
- "iconPath": "/assets/tabbar/special.png",
- "selectedIconPath": "/assets/tabbar/special_select.png"
- },
{
"pagePath": "pages/my/index",
"text": "我的",
diff --git a/childPackage/pages/billDetail/index.wxml b/childPackage/pages/billDetail/index.wxml
index fb72226..4cfc7fe 100644
--- a/childPackage/pages/billDetail/index.wxml
+++ b/childPackage/pages/billDetail/index.wxml
@@ -81,7 +81,7 @@
倍率
- {{item.displayRatio}}
+ {{item.ratio}}
diff --git a/pages/rechargeDetail/index.js b/pages/rechargeDetail/index.js
index 08b4f67..3b0ff71 100644
--- a/pages/rechargeDetail/index.js
+++ b/pages/rechargeDetail/index.js
@@ -51,8 +51,8 @@ Page({
switch (envVersion) {
// 开发版
case 'develop':
- // api = `http://localhost:9001`;
- api = `https://zgd.hbhcbn.com/recharge-print-api-test`;
+ api = `http://localhost:9001`;
+ // api = `https://zgd.hbhcbn.com/recharge-print-api-test`;
// api = `https://zgd.hbhcbn.com/recharge-print-api-test`;
break;
// 体验版