Bladeren bron

一元捐前端微信扫码页面

hangb 8 jaren geleden
bovenliggende
commit
0353909685

BIN
donate-service/src/main/webapp/resources/images/init.png


BIN
donate-service/src/main/webapp/resources/images/ints02.png


+ 5 - 0
donate-service/src/main/webapp/resources/js/project/app.js

@@ -49,6 +49,11 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
             title : '支付完成',
             templateUrl : 'static/view/project/donationsOver.html',
             controller : 'donationsOverCtrl'
+        }).state("wxPayQrcode", {
+            url : '/donateQrcode',
+            title : '微信扫码',
+            templateUrl : 'static/view/project/donateQrcode.html'
+            // controller : 'donationsOverCtrl'
         });
 	}]);