@ -1086,11 +1086,11 @@ export default {
console.log(res);
if (res.code === 200) {
this.$.toast("保存成功");
// setTimeout(() => {
// uni.navigateBack({
// delta: 1, // 默认值是1,表示返回的页面层数
// });
// }, 1000);
setTimeout(() => {
uni.navigateBack({
delta: 1, // 默认值是1,表示返回的页面层数
});
}, 1000);
// this.data = res.result;
// this.rname = this.data[0].name;