|
@@ -205,7 +205,7 @@ Page({
|
|
|
} else {
|
|
|
wx.showModal({
|
|
|
title: '温馨提示',
|
|
|
- content: '您的' + designVal.substring(0, designVal.length-1) + ' 还没有设计,是否确定不设计了?',
|
|
|
+ content: '您的' + designVal.substring(0, designVal.length-1) + '还没有设计,是否确定不设计了?',
|
|
|
success:function(res){
|
|
|
if (res.confirm) {
|
|
|
console.log('用户点击确定,不设计了,直接完成')
|