|
|
@ -31,15 +31,12 @@ Page({ |
|
|
this.setData({ ['bidType']: tabIndex }) |
|
|
this.setData({ ['bidType']: tabIndex }) |
|
|
if (this.data.bidType == 1) { |
|
|
if (this.data.bidType == 1) { |
|
|
this.data.identityTag = '打包厂' |
|
|
this.data.identityTag = '打包厂' |
|
|
this.submitForm() |
|
|
|
|
|
} |
|
|
} |
|
|
if (this.data.bidType == 2) { |
|
|
if (this.data.bidType == 2) { |
|
|
this.data.identityTag = '废品站' |
|
|
this.data.identityTag = '废品站' |
|
|
this.submitForm() |
|
|
|
|
|
} |
|
|
} |
|
|
if (this.data.bidType == 3) { |
|
|
if (this.data.bidType == 3) { |
|
|
this.data.identityTag = '废纸厂' |
|
|
this.data.identityTag = '废纸厂' |
|
|
this.submitForm() |
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
submitForm: function () { |
|
|
submitForm: function () { |
|
|
|