|
|
@@ -1,4 +1,5 @@
|
|
|
-const _Http = getApp().globalData.http;
|
|
|
+const _Http = getApp().globalData.http,
|
|
|
+ deleteMark = require("../../utils/deleteMark");
|
|
|
|
|
|
Page({
|
|
|
/**
|
|
|
@@ -164,7 +165,7 @@ Page({
|
|
|
/* 文本域输入 */
|
|
|
textareaInput(e) {
|
|
|
this.setData({
|
|
|
- remarks: e.detail.value.trim()
|
|
|
+ remarks: deleteMark.queryStr(e.detail.value).trim()
|
|
|
})
|
|
|
},
|
|
|
/**
|