From abe52f51403969c26acaa2713881a37b34c4251c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Fri, 7 Jan 2022 17:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.js | 2 +- pages/storeInfo/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index/index.js b/pages/index/index.js index 4651db3..bc2fc22 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -272,7 +272,7 @@ Page({ //开发中 development(){ wx.showToast({ - title: '开发中...', + title: '暂无数据', icon: 'none', duration: 2000 }) diff --git a/pages/storeInfo/index.js b/pages/storeInfo/index.js index 52b1760..df4084e 100644 --- a/pages/storeInfo/index.js +++ b/pages/storeInfo/index.js @@ -60,8 +60,8 @@ Page({ if(that.data.isEdit){ wx.showModal({ title:'修改还没保存哦~!', - confirmText:'保持修改', - cancelText:'不保持', + confirmText:'保存修改', + cancelText:'不保存', confirmColor: "#36afa2", cancelColor: "#666", success(res) {