Commit 1468af25 authored by 肖健's avatar 肖健

Merge branch 'v1.0.0' into v1.0.0_jd

parents ca272eef 14f1b701
unpackage/ unpackage/
.hbuilderx/ .hbuilderx/
.idea/ .idea/
.vscode/ .vscode/
\ No newline at end of file node_modules
\ No newline at end of file
{
"name": "表单 动态表单 uniapp最强动态表单 表单校验 快速生成表单 全端支持",
"version": "1.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "表单 动态表单 uniapp最强动态表单 表单校验 快速生成表单 全端支持",
"version": "1.1.0",
"dependencies": {
"crypto-js": "^4.1.1"
}
},
"node_modules/crypto-js": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz",
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
}
},
"dependencies": {
"crypto-js": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz",
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
}
}
}
...@@ -9,5 +9,8 @@ ...@@ -9,5 +9,8 @@
"表单校验", "表单校验",
"快速生成表单", "快速生成表单",
"全端" "全端"
] ],
} "dependencies": {
\ No newline at end of file "crypto-js": "^4.1.1"
}
}
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
//检查挪车码存在、是否绑定 //检查挪车码存在、是否绑定
getCheckMoveCode() { getCheckMoveCode() {
let opts = { let opts = {
url: '/app/user/check/move/code', url: '/app/user/c/m/c',
method: 'post' method: 'post'
}; };
this.http.httpTokenRequest(opts, { this.http.httpTokenRequest(opts, {
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
code: this.scene code: this.scene
} }
opts = { opts = {
url: '/app/user/check/move/code', url: '/app/user/c/m/c',
method: 'post' method: 'post'
} }
that.http.httpTokenRequest(opts, param).then(res => { that.http.httpTokenRequest(opts, param).then(res => {
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
code: this.scene code: this.scene
} }
opts = { opts = {
url: '/app/user/check/move/code', url: '/app/user/c/m/c',
method: 'post' method: 'post'
} }
that.http.httpTokenRequest(opts, param).then(res => { that.http.httpTokenRequest(opts, param).then(res => {
......
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
code: scene code: scene
} }
let opts = { let opts = {
url: '/app/user/check/move/code', url: '/app/user/c/m/c',
method: 'post' method: 'post'
} }
......
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
code: scene code: scene
} }
let opts = { let opts = {
url: '/app/user/check/move/code', url: '/app/user/c/m/c',
method: 'post' method: 'post'
} }
that.http.httpTokenRequest(opts, param).then( that.http.httpTokenRequest(opts, param).then(
...@@ -329,7 +329,7 @@ ...@@ -329,7 +329,7 @@
//获取二维码携带的参数 //获取二维码携带的参数
//扫码后得到的参数 //扫码后得到的参数
that.http.httpTokenRequest({ that.http.httpTokenRequest({
url: '/app/user/check/move/code', url: '/app/user/c/m/c',
method: 'post' method: 'post'
}, { }, {
code: that.scene code: that.scene
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
that.scene = decodeURIComponent(option.scene) that.scene = decodeURIComponent(option.scene)
uni.setStorageSync('scene', that.scene) uni.setStorageSync('scene', that.scene)
that.http.httpTokenRequest({ that.http.httpTokenRequest({
url: '/app/user/check/move/code', url: '/app/user/c/m/c',
method: 'post' method: 'post'
}, { }, {
code: that.scene code: that.scene
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
code: scene code: scene
} }
let opts = { let opts = {
url: '/app/user/check/move/code', url: '/app/user/c/m/c',
method: 'post' method: 'post'
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment