Selaa lähdekoodia

feat: 订单bug

2912631854@qq.com 1 vuosi sitten
vanhempi
commit
dc162bdeeb
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      pages/my/houseList.vue

+ 2 - 2
pages/my/houseList.vue

@@ -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'