文案修改

This commit is contained in:
老叶
2022-01-07 17:32:55 +08:00
parent 381f6c53ef
commit abe52f5140
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ Page({
//开发中
development(){
wx.showToast({
title: '开发中...',
title: '暂无数据',
icon: 'none',
duration: 2000
})
+2 -2
View File
@@ -60,8 +60,8 @@ Page({
if(that.data.isEdit){
wx.showModal({
title:'修改还没保存哦~',
confirmText:'保修改',
cancelText:'不保',
confirmText:'保修改',
cancelText:'不保',
confirmColor: "#36afa2",
cancelColor: "#666",
success(res) {