be7990ac by ex

修改

1 parent ecc609ba
......@@ -62,7 +62,6 @@ window.getGPS = function (params) {
alert(JSON.parse(params))
}
if(window.android) {
appClient = new AppClient(window.android, true);
// 此处可以调用一些init的方法
......
......@@ -297,14 +297,14 @@ angular.module('myApp')
// onSuccess(res)
// }
// });
appClient.getERCode('getGPS', function (res) {
alert(JSON.parse(res))
onSuccess({
latitude:30.2741500000,
longitude:120.1551500000
})
}, '')
// appClient.getERCode('getGPS', function (res) {
// alert(JSON.parse(res))
// onSuccess({
// latitude:30.2741500000,
// longitude:120.1551500000
// })
//
// }, '')
// onSuccess({latitude:30.2741500000,longitude:120.1551500000})
}
......
......@@ -163,7 +163,7 @@ angular.module('myApp.services')
var html = ' <form action="'+ host + '/h5/alipay/balance/'+token
+'" method="post">' +
' <input type="text" name="amount" value="'+amount+'" />' +
' <input type="text" name="amount" value="'+amout+'" />' +
' <input type="text" name="body" value="保证金充值"/>' +
' <input type="text" name="type" value="100" />' +
' <input type="submit" id="ok">\n' +
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!