浏览代码

编辑学校

ZZ 1 周之前
父节点
当前提交
fbba5e065d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mer_uniapp/pages/discover/discover_user/index.vue

+ 1 - 1
mer_uniapp/pages/discover/discover_user/index.vue

@@ -239,7 +239,7 @@
 				this.isShowSignature = false;
 			},
 			//编辑个性签名
-			onEdit() {
+			onEdit(str) {
 				if (this.userInfo.id == this.uid) {
 					this.fieldStr = str;
 					this.isShowSignature = true;