Commit 6e9c612a by 肖康

Merge branch 'XK_AD_PAGE_UPDATE20191118' into Development

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