From 310cfb26c82b51b3e3ebd503b61270338b5e0229 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Fri, 1 Nov 2024 17:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E8=B7=AF=E6=9C=88=E4=BB=BDfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/order/road/index.wxml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 8daa8ad..2d8e4ba 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest148? true : false; + data.isTest = data.isTest149? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/order/road/index.wxml b/pages/order/road/index.wxml index 9d857f5..35cbc24 100644 --- a/pages/order/road/index.wxml +++ b/pages/order/road/index.wxml @@ -2,7 +2,7 @@ - {{item}}月 + {{item==0?'12':item}}月