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) {