文案修改
This commit is contained in:
@@ -272,7 +272,7 @@ Page({
|
||||
//开发中
|
||||
development(){
|
||||
wx.showToast({
|
||||
title: '开发中...',
|
||||
title: '暂无数据',
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
})
|
||||
|
||||
@@ -60,8 +60,8 @@ Page({
|
||||
if(that.data.isEdit){
|
||||
wx.showModal({
|
||||
title:'修改还没保存哦~!',
|
||||
confirmText:'保持修改',
|
||||
cancelText:'不保持',
|
||||
confirmText:'保存修改',
|
||||
cancelText:'不保存',
|
||||
confirmColor: "#36afa2",
|
||||
cancelColor: "#666",
|
||||
success(res) {
|
||||
|
||||
Reference in New Issue
Block a user