Переглянути джерело

订单支付失败输出返回异常

hwb0 3 роки тому
батько
коміт
6e235cd93e
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      components/pay-popup/pay-popup.vue
  2. 1 1
      pages/about/index.vue

+ 1 - 1
components/pay-popup/pay-popup.vue

@@ -167,7 +167,7 @@
 					} else {
 						payIng = false
 						_this.close()
-						uni.$u.toast('支付失败!');
+						uni.$u.toast(res.msg);
 					}
 				}).catch(() => {
 					uni.hideLoading();

+ 1 - 1
pages/about/index.vue

@@ -4,7 +4,7 @@
 		<view class="about">
 			<view class="flex about-logo">
 				<image src="../../static/logo.png" mode=""></image>
-				<view class="edition">v 1.1.3</view>
+				<view class="edition">v 1.1.4</view>
 			</view>
 			<view class="about-action">
 				<u-cell-group :border="false">