diff --git a/src/api/invest/ishop.js b/src/api/invest/ishop.js index a9a68d0..2fd7044 100644 --- a/src/api/invest/ishop.js +++ b/src/api/invest/ishop.js @@ -49,3 +49,30 @@ export function refreshShop() { method: 'get' }) } + +// 查询省份列表 +export function listProvince(query) { + return request({ + url: '/invest/ishop/provinceList', + method: 'get', + params: query + }) +} + +// 查询城市列表 +export function listCity(query) { + return request({ + url: '/invest/ishop/cityList', + method: 'get', + params: query + }) +} + +// 查询区域列表列表 +export function listDistrict(query) { + return request({ + url: '/invest/ishop/districtList', + method: 'get', + params: query + }) +} diff --git a/src/api/invest/iuser.js b/src/api/invest/iuser.js index 51cf306..d159f6c 100644 --- a/src/api/invest/iuser.js +++ b/src/api/invest/iuser.js @@ -77,3 +77,12 @@ export function login(mobile, code, deviceId) { params: { mobile, code, deviceId } }) } + +// 新增账号管理 +export function loginIUser(data) { + return request({ + url: '/invest/iuser/loginIUser', + method: 'post', + data + }) +} diff --git a/src/views/invest/iitem/index.vue b/src/views/invest/iitem/index.vue index 3ed419a..412c091 100644 --- a/src/views/invest/iitem/index.vue +++ b/src/views/invest/iitem/index.vue @@ -29,9 +29,9 @@ - + diff --git a/src/views/invest/ilog/index.vue b/src/views/invest/ilog/index.vue index 90dd6b2..1697628 100644 --- a/src/views/invest/ilog/index.vue +++ b/src/views/invest/ilog/index.vue @@ -6,14 +6,19 @@ - - + + + + + + +
搜索 @@ -46,12 +51,17 @@ - - + + + + + diff --git a/src/views/invest/iuser/index.vue b/src/views/invest/iuser/index.vue index 05c6156..a4823d4 100644 --- a/src/views/invest/iuser/index.vue +++ b/src/views/invest/iuser/index.vue @@ -26,7 +26,7 @@ - + @@ -55,8 +55,8 @@
- - + + @@ -68,8 +68,25 @@
- - + + + + + + + + + + + + + + + + + + + @@ -84,10 +101,6 @@ - - - - - - + + -
- 发送验证码({{ stateNum }}) - -
- - + + 发送验证码({{ stateNum }}) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -144,8 +194,9 @@