瀏覽代碼

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

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'