瀏覽代碼

修改话术字数限制

yun
corala 1 年之前
父節點
當前提交
2088fad56e
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. +10
    -0
      pages/mine/details2.vue

+ 10
- 0
pages/mine/details2.vue 查看文件

@@ -753,6 +753,16 @@
},
// 添加挖掘词
wajueConfirm(){
if(this.thewrongword.length>20){
uni.showToast({
title: '该话术不能超过20个字',
icon: 'none',
duration: 2000
});
this.wajueItem.isshow = true
this.wajueshow = true
return;
}
uni.request({
url: config.service.addWordMining,
method: "post",


Loading…
取消
儲存