@@ -561,9 +561,9 @@ Page({
...data
});
if (query.total != 0) {
- wx.showToast({
- title: `查询到${query.total}条疑似重复客户信息,不可转化客户`,
- icon: "none"
+ wx.showModal({
+ content: `查询到${query.total}条疑似重复客户信息,不可转化客户`,
+ confirmText: "我知道了"
})
this.setData({
repetitionShow: true,
@@ -606,9 +606,9 @@ Page({
- title: `查询到${query.total}条疑似重复客户信息,不可` + (this.data.content.sa_customersid == 0 ? '创建' : '编辑') + '客户',
+ content: `查询到${query.total}条疑似重复客户信息,不可` + (this.data.content.sa_customersid == 0 ? '创建' : '编辑') + '客户',