|
@@ -307,7 +307,7 @@
|
|
|
this.$api.post('/merchant/hotel/mine/addHouseBase', this.form).then(res => {
|
|
|
// console.log(res)
|
|
|
if (res.data.code === 0) {
|
|
|
- this.$showToast('添加成功');
|
|
|
+ this.$showToast('修改成功');
|
|
|
setTimeout(() => {
|
|
|
uni.reLaunch({
|
|
|
url: '/pages/my/roomType'
|
|
@@ -327,7 +327,7 @@
|
|
|
this.$api.put('/merchant/hotel/mine/updHouseBase', this.form).then(res => {
|
|
|
// console.log('修改成功')
|
|
|
if (res.data.code === 0) {
|
|
|
- this.$showToast('添加成功')
|
|
|
+ this.$showToast('修改成功')
|
|
|
setTimeout(() => {
|
|
|
uni.reLaunch({
|
|
|
url: '/pages/my/roomType'
|