|
@@ -496,7 +496,10 @@ export default {
|
|
|
},
|
|
},
|
|
|
saveData(val, r) {
|
|
saveData(val, r) {
|
|
|
setInfo(val).then(async (res) => {
|
|
setInfo(val).then(async (res) => {
|
|
|
- if (this.$attrs.params.attrs.flow * 1 === 3) {
|
|
|
|
|
|
|
+ if (
|
|
|
|
|
+ this.$attrs.params.attrs.flow * 1 === 3 &&
|
|
|
|
|
+ this.btnType === 'agree'
|
|
|
|
|
+ ) {
|
|
|
let photo = await this.createSnapshoot(this.userId)
|
|
let photo = await this.createSnapshoot(this.userId)
|
|
|
// 字段需要继续添加
|
|
// 字段需要继续添加
|
|
|
const addParams = {
|
|
const addParams = {
|