apply-clients 3.5.3-79 → 3.5.3-80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -327,7 +327,7 @@ export default {
|
|
|
327
327
|
let data = {
|
|
328
328
|
charge: this.charge
|
|
329
329
|
}
|
|
330
|
-
let res = await http.load('POST', this.$androidUtil.getProxyUrl() +'rs/logic/confirmCharge', {data: data}, {
|
|
330
|
+
let res = await http.load('POST', this.$androidUtil.getProxyUrl() +'/rs/logic/confirmCharge', {data: data}, {
|
|
331
331
|
resolveMsg: null,
|
|
332
332
|
rejectMsg: '提交失败!!!'
|
|
333
333
|
})
|