Преглед изворни кода

核销成功设置存储保存价格

htc пре 7 месеци
родитељ
комит
419cddeeb4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      pagesHouse/Verification/detailsewm.vue

+ 1 - 0
pagesHouse/Verification/detailsewm.vue

@@ -199,6 +199,7 @@ this.hexiaodata=JSON.parse(option.list);
 					.then(res => {
 						if (res.data.code == 0) {
 							this.$showToast('核销成功');
+							uni.setStorageSync('list',{totalPrice:this.getalllist.realityPay});
 							setTimeout(()=>{
 								uni.navigateTo({
 									url: '/pagesHouse/Mine/ordersList/outcome'