Commit 6e9c612a by 肖康

Merge branch 'XK_AD_PAGE_UPDATE20191118' into Development

parents c7ba8fa2 68a49200
...@@ -55,7 +55,8 @@ const actions = { ...@@ -55,7 +55,8 @@ const actions = {
need: payload.need, need: payload.need,
mobile: payload.mobile, mobile: payload.mobile,
linkName: payload.linkName, linkName: payload.linkName,
verifyCode: payload.verifyCode verifyCode: payload.verifyCode,
type:1
} }
Services.chainFind(qs.stringify(params)).then((res) => { Services.chainFind(qs.stringify(params)).then((res) => {
state.loading=false; state.loading=false;
......
...@@ -80,7 +80,7 @@ const actions = { ...@@ -80,7 +80,7 @@ const actions = {
* 1 平台入驻 * 1 平台入驻
* 3 smt * 3 smt
*/ */
if (payload.types == 1) { if (payload.types == 2) {
var params = { var params = {
type: 2, type: 2,
mobile: payload.mobile, mobile: payload.mobile,
......
...@@ -417,7 +417,7 @@ ...@@ -417,7 +417,7 @@
//提交 //提交
this.$store.dispatch({ this.$store.dispatch({
type: 'chainFind', type: 'chainFind',
types: 1, types: 2,
mobile: this.form.mobile, mobile: this.form.mobile,
linkName: this.form.linkName, linkName: this.form.linkName,
verifyCode: this.form.verifyCode, verifyCode: this.form.verifyCode,
......
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 sign in to comment