lex 3 年之前
父節點
當前提交
7fa22bca12

文件差異過大導致無法顯示
+ 0 - 0
dist/app.4799cb3e70a0ee792a2b.js


文件差異過大導致無法顯示
+ 0 - 0
dist/css/PaymentResult.063ebdc3.css


文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/js/PaymentResult.f4f7402c.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/PaymentResult.fc9aba61.js


+ 1 - 1
src/views/app/PaymentResult.vue

@@ -115,7 +115,7 @@ export default {
             if (tempResult.type == "GOODS_SELL") {
               // 商品销售
               this.getGoodsInfo(tempResult.detail);
-            } else (tempResult.type == 'MALL_BUY') {
+            } else if (tempResult.type == "MALL_BUY") {
               // 订单购买
             }
           } else {

部分文件因文件數量過多而無法顯示