Commit b63cba1a by xiexiaoqin

fix:更新改为通知

parent 8d0c4a0e
...@@ -121,8 +121,8 @@ create.Page({ ...@@ -121,8 +121,8 @@ create.Page({
dd.confirm({ dd.confirm({
title: '通知', title: '通知',
content: '是否更新动态列表通知其他成员?', content: '是否更新动态列表通知其他成员?',
confirmButtonText: '更新', confirmButtonText: '通知',
cancelButtonText: '不更新', cancelButtonText: '不通知',
success: (ret) => { success: (ret) => {
if (ret.confirm) { if (ret.confirm) {
if (res.data.data) { if (res.data.data) {
......
...@@ -1097,8 +1097,8 @@ create.Page({ ...@@ -1097,8 +1097,8 @@ create.Page({
dd.confirm({ dd.confirm({
title: '通知', title: '通知',
content: '是否更新动态列表通知其他成员?', content: '是否更新动态列表通知其他成员?',
confirmButtonText: '更新', confirmButtonText: '通知',
cancelButtonText: '不更新', cancelButtonText: '不通知',
success: (res) => { success: (res) => {
if (res.confirm) { if (res.confirm) {
this.updateNotes(notes, true, (index) => { this.updateNotes(notes, true, (index) => {
...@@ -1284,8 +1284,8 @@ create.Page({ ...@@ -1284,8 +1284,8 @@ create.Page({
dd.confirm({ dd.confirm({
title: '通知', title: '通知',
content: '是否更新动态列表通知其他成员?', content: '是否更新动态列表通知其他成员?',
confirmButtonText: '更新', confirmButtonText: '通知',
cancelButtonText: '不更新', cancelButtonText: '不通知',
success: (res) => { success: (res) => {
if (res.confirm) { if (res.confirm) {
this.updateRemark(remark, true, (index) => { this.updateRemark(remark, true, (index) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment