This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
NewZkgj
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改话术字数限制
yun
corala
2 years ago
parent
8da0b6b584
commit
2088fad56e
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
pages/mine/details2.vue
+ 10
- 0
pages/mine/details2.vue
View File
@@ -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",
Write
Preview
Loading…
Cancel
Save