我的
Showing
8 changed files
with
21 additions
and
16 deletions
This diff could not be displayed because it is too large.
pages/my/index.vue
deleted
100644 → 0
-
Please register or sign in to post a comment
... | ... | @@ -88,7 +88,7 @@ |
} | ||
}) | ||
uni.request({ | ||
url:window.url+"accounts", | ||
url:window.url+"/accounts", | ||
data:{ | ||
id:this.id, | ||
_t:Date.parse(new Date())/1000 | ||
... | ... |
<template> | ||
<view> | ||
222000 | ||
<button onclick="model.switchConnectType()">调用swift无参</button> | ||
</view> | ||
</template> | ||
<script> | ||
</script> | ||
<style> | ||
</style> |
window.url="https://store.keliuyun.com/report" | ||
// window.url="http://192.168.7.228:17070" | ||
window.pageType="store"; | ||
\ No newline at end of file |